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=1100&classid=4&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: 1716130936, nonceStr: 'EUsdvGr8vNYVonlC', signature: '6aeeffb38642568bbbfe9f1a9bdf871abf7656ed', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u534e\u4e2d\u79d1\u6280\u5927\u5b66\u540c\u6d4e\u533b\u5b66\u9662\u9644\u5c5e\u534f\u548c\u533b\u9662\u738b\u6167\uff1a\u6211\u6b7b\u540e\u4f1a\u53bb\u5929\u5802\u5417","smalltext":"\u6b7b\u4ea1\u5bf9\u4e8e\u5f88\u591a\u4eba\u6765\u8bf4\u90fd\u662f\u4e00\u4ef6\u5f88\u9065\u8fdc\u7684\u4e8b\u60c5\uff0c\u4f46\u5728\u6211\u4eec\u80bf\u7624\u79d1\u5374\u662f\u6700\u5e38\u89c1\u7684\u4e8b\u60c5\u3002\u80bf\u7624\u79d1\u7684\u75c5\u4eba\u5927\u591a\u662f\u4e0d\u613f\u8c08\u53ca\u6b7b\u4ea1\u7684\uff0c\u5373\u4fbf\u627f\u53d7\u5316\u7597\u5e26\u6765\u5f97\u4e00\u7cfb\u5217\u7684\u4e0d\u826f\u53cd\u5e94\uff0c\u4ea6\u6216\u8005\u662f\u5316\u7597\u6548\u679c\u4e0d\u4f73\uff0c\u75c5\u4eba","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1100"}; 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 () { } }); }); }