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=2310&classid=5&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: 1747124038, nonceStr: '5NbCsRBau08x8D8v', signature: '51a5ecb6f18016a9560c2cb988e38f0f0aca14c6', 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\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1ayou\u6ef4\u7b54\u6ef4\u7b54me\uff0cI\u54d7\u5566\u54d7\u5566you\uff01","smalltext":"2020.03.13 \u6b66\u6c49\u7684\u591c\u665a\u4ecd\u7136\u5f88\u9634\u51b7\uff0c\u591c\u91cc\u6709\u65f6\u4f1a\u51bb\u9192\uff0c\u738b\u961f\u957f\u4ea4\u7ed9\u6211\u7684\u65b9\u6cd5\uff0c\u628a\u88ab\u5b50\u6298\u6210\u4e24\u5c42\u76d6\uff0c\u6628\u665a\u4e00\u8bd5\uff0c\u6548\u679c\u4e0d\u9519\u3002\u7279\u6b8a\u65f6\u671f\uff0c\u4e0d\u80fd\u5f00\u7a7a\u8c03\uff0c\u53cd\u800c\u8981\u591a\u5f00\u7a97\u901a\u98ce\uff0c\u9152\u5e97\u670d\u52a1\u4eba\u5458","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2310"}; 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 () { } }); }); }