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=1188&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: 1714867556, nonceStr: 'vX597IGJLJX9RFjs', signature: 'a8ede02b4d75b8019fd486f2cea370e518299f8f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/f402db2414ce99277cbab4d0ddccba5b.jpg","title":" \u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\uff1a\u4e3e\u529e\u7cd6\u5c3f\u75c5\u60a3\u8005\u7f8e\u98df\u5927\u8d5b","smalltext":"9\u670821\u65e5\u4e0a\u53488:30\uff0c\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\u7b2c\u56db\u5c4a\u7cd6\u53cb\u7f8e\u98df\u5927\u8d5b\u62c9\u5f00\u4e86\u5e37\u5e55\u3002\u533b\u9662\u526f\u9662\u957f\u9ad8\u7ee7\u5e73\u4ee3\u8868\u5927\u8d5b\u8bc4\u59d4\u56e2\u4f5c\u4e86\u5f00\u5e55\u81f4\u8bcd\u3002\u7cd6\u5c3f\u75c5\u795e\u7ecf\u79d1\u4e1a\u52a1\u4e3b\u4efb\u3001\u526f\u4e3b\u4efb\u533b\u5e08\u4e01\u7389\u6d2a\u4e3a\u9009\u624b\u8fdb\u884c\u6df1\u5165\u6d45\u51fa","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1188"}; 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 () { } }); }); }