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=1887&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: 1749467143, nonceStr: 'qzEmpR0jY2baJYVJ', signature: 'e81d6c3013bb3cbeb5945818ba3bcad76f765fed', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/5ad09cb858f68cdd5996207cbc6a91f9.png","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u7b2c\u4e09\u6279\u533b\u7597\u961f\u5458\u521d\u89c1\u96f7\u795e\u5c71","smalltext":"\u6211\u9662\u7b2c\u4e09\u6279\u9a70\u63f4\u6b66\u6c49\u533b\u7597\u961f\u76845\u6735\u91d1\u82b1\uff0c\u5728\u7d27\u9523\u5bc6\u9f13\u7684\u57f9\u8bad\u3001\u6f14\u7ec3\u4e0b\u7ec8\u4e8e\u6709\u673a\u4f1a\u4e00\u7779\u96f7\u795e\u5c71\u7684\u771f\u5bb9\u3002\u5165\u773c\u7684\u6ca1\u6709\u6c14\u52bf\u6062\u5b8f\u7684\u4f4f\u9662\u90e8\u5927\u697c\uff0c\u6ca1\u6709\u56db\u901a\u516b\u8fbe\u7684\u67cf\u6cb9\u9a6c\u8def\uff0c\u6709\u7684\u662f\u75b2\u60eb\u3001\u5174\u594b\u3001\u5e72\u52b2","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1887"}; 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 () { } }); }); }