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=1861&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: 1715089456, nonceStr: 'ZL1uq2rU8kUWTfG6', signature: 'eb403b7312fe3fd2b9992a6fa72a9b61578fa58f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/d3c845c8076c9fff3976b2bcd21fc542.jpg","title":"\u767d\u94f6\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u8fce\u51fb\u5927\u5bd2\u98ce\u6c14\u52bf\uff0c\u6c38\u9a7b\u5c0f\u6735\u7389\u7cbe\u795e","smalltext":"2020\u5e742\u67084\u65e5\u767d\u94f6\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u91cd\u75c7\u533b\u5b66\u79d1\u62a4\u58eb\u90dd\u5c0f\u7434\uff0c\u547c\u5438\u4e0e\u5371\u91cd\u75c7\u533b\u5b66\u4e2d\u5fc3\u62a4\u58eb\u5411\u654f\u654f\uff0c\u8e0f\u4e0a\u4e86\u9a70\u63f4\u6b66\u6c49\u7684\u5f81\u7a0b\u30022\u67089\u65e5\u4e24\u4eba\u7559\u7740\u5e72\u51c0\u5229\u843d\u7684\u77ed\u53d1\uff0c\u524d\u5f80\u6b66\u6c49\u5ba2\u5385\u65b9\u8231\u533b\u9662\u5f00\u5c55\u533b\u7597\u62a4","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1861"}; 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 () { } }); }); }