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=3857&classid=9&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: 1714291773, nonceStr: 'edLZWwLasgtQeLQw', signature: 'd7fde6ca8be1ff018ab0e537f90eee963b4f3860', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202012\/65705dd13ec4369d35568e6c3fbf42df.jpg","title":"\u738b\u632f\u4e49\u9662\u58eb\uff1a\u8fd9\u5341\u5e74","smalltext":" \u88ab\u8a89\u4e3a\u201c\u764c\u80bf\u8bf1\u5bfc\u5206\u5316\u7b2c\u4e00\u4eba\u201d\u3001\u91c7\u7528\u5168\u53cd\u5f0f\u7ef4\u7532\u9178\u6cbb\u7597\u6025\u6027\u65e9\u5e7c\u7c92\u7ec6\u80de\u767d\u8840\u75c5\u4f5c\u51fa\u7a81\u51fa\u8d21\u732e\u7684\u738b\u632f\u4e49\u9662\u58eb\uff0c\u572886\u5c81\u90a3\u5e74\u8363\u83b7\u4e862010\u5e74\u5ea6\u56fd\u5bb6\u79d1\u5b66\u6280\u672f\u6700\u9ad8\u5956\u3002 \u5982\u4eca\uff0c10\u5e74\u8fc7\u53bb\u4e86\uff0c\u738b\u632f","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=9&id=3857"}; 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 () { } }); }); }