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=722&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: 1746676895, nonceStr: 'T6mZRWrxEI5pz6JA', signature: 'cd7bfc3c1a07abc3f662cfebdf5c7dd055636c2a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/9cb3b81b40f45d37148f670f2b4d0f92.jpg","title":"\u5409\u6797\u7701\u7ed3\u6838\u75c5\u533b\u9662\uff1a52\u5e74\u524d\u60a3\u8005\u6b2047.9\u5143\u533b\u836f\u8d39\uff0c\u4eca\u5bb6\u5c5e\u767e\u500d\u8fd8\u6b3e","smalltext":"\u9662\u957f\u5ba4\u7684\u7279\u6b8a\u8bbf\u5ba26\u670818\u65e5\u4e0a\u5348\uff0c\u5409\u6797\u7701\u7ed3\u6838\u75c5\u533b\u9662\u9662\u957f\u4e8e\u666f\u6765\u529e\u516c\u5ba4\u6765\u4e86\u4e24\u4f4d\u5e74\u8fc7\u82b1\u7532\u7684\u7279\u6b8a\u5ba2\u4eba\u3002\u4ed6\u4eec\u4e00\u4e0d\u770b\u75c5\uff0c\u4e8c\u4e0d\u5bfb\u4eba\uff0c\u800c\u662f\u6765\u8fd8\u94b1\u7684\u3002\u4ed6\u4eec\u8fd8\u4ec0\u4e48\u94b1\u5462\uff1f\u591a\u5c11\u94b1\u5462\uff1f\u600e\u4e48\u8fd8\u5230\u9662\u957f\u8fd9\u91cc","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=722"}; 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 () { } }); }); }