function BeautyToast(text){var str=``+text+``;
try{var div=document.createElement("div");div.setAttribute("class","_BeautyToast");div.innerHTML=str;document.body.appendChild(div);setTimeout(function(){div.setAttribute("class","_BeautyToast onshow")},100);setTimeout(function(){div.setAttribute("class","_BeautyToast");setTimeout(function(){div.parentNode.removeChild(div)},200)},2000)}catch(e){}}
function updateViewtime(){
var img =new Image();
img.src='/e/extend/shareinfo/api/?act=leave&id=2667&classid=13&t=';
}
window.onunload=updateViewtime;setInterval(updateViewtime,2000);
var script=document.createElement("script");
script.type="text/javascript";
script.src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js";
document.getElementsByTagName('head')[0].appendChild(script);
script.onload=function(){
wx.config({
debug: false,
appId: 'wxad180590bbd7e222',
timestamp: 1746165097,
nonceStr: 'n5Eds7f1UdNuDdmA',
signature: '18130fb224140365c2e4e69d2c3d6d515949f594',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u666e\u9640\u533a\u4eba\u6c11\u533b\u9662\u62a4\u7406\u90e8\uff1a\u81f4\u529b\u62a4\u7406\u4eba\u6587 \u6253\u9020\u521b\u65b0\u56e2\u961f","smalltext":"\u4e00\u3001\u56e2\u961f\u7406\u5ff5\u5fb7\u7814\u53cc\u99a8\uff0c\u6da6\u7269\u65e0\u58f0\u62a4\u7406\u5b66\u5728 2011 \u5e74\u6210\u4e3a\u4e00\u7ea7\u5b66\u79d1\uff0c\u6d8c\u73b0\u4e86\u5927\u91cf\u7684\u79d1\u7814\u6210\u679c\uff0c\u4e3a\u66f4\u597d\u5730\u5411\u60a3\u8005\u53ca\u5176\u7167\u62a4\u8005\u63d0\u4f9b\u4e34\u5e8a\u62a4\u7406\u670d\u52a1\u5960\u5b9a\u575a\u5b9e\u57fa\u7840\u3002\u6240\u4ee5\u62a4\u7406\u79d1\u7814\u662f\u4e34\u5e8a\u62a4\u7406\u53d1\u5c55\u7684\u6301","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2667"};
if(!WxShareInfo.url){
WxShareInfo.url = window.location.href;
}
wx.onMenuShareTimeline({
title: WxShareInfo.title,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
success: function (e) {
BeautyToast('分享成功');
},
cancel: function () {
}
});
wx.onMenuShareAppMessage({
title: WxShareInfo.title,
desc: WxShareInfo.smalltext,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
type: '',
dataUrl: '',
success: function (e) {
BeautyToast('分享成功');
},
cancel: function () {
}
});
wx.onMenuShareQQ({
title: WxShareInfo.title,
desc: WxShareInfo.smalltext,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
success: function () {
BeautyToast('分享成功');
},
cancel: function () {
}
});
});
}