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=775&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: 1746983240, nonceStr: 'OoQYzVUywGzMuhUW', signature: '196158789cefa734a282097d380bb597a0c100e2', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/d6df1dc18ca407ebd8a1684472340d5b.jpg","title":"\u56db\u5ddd\u5b9d\u77f3\u82b1\u533b\u9662\uff1a\u624b\u672f\u53f0\u4e0a\uff0c\u533b\u751f\u4e3a6\u5c81\u7537\u5b69\u64ad\u653e\u52a8\u753b\u7247","smalltext":"\u8fd1\u65e5\uff0c\u670b\u53cb\u5708\u6d41\u4f20\u4e00\u5f20\u611f\u4eba\u7167\u7247\u3002\u7167\u7247\u4e0a\u4e00\u540d\u5c0f\u7537\u5b69\u8eba\u5728\u624b\u672f\u53f0\u4e0a\uff0c\u4ed6\u8eab\u540e\u7684\u533b\u751f\u4e3e\u7740\u624b\u673a\u64ad\u653e\u4ed6\u7231\u770b\u7684\u300a\u8718\u86db\u4fa0\u300b\uff0c\u6765\u5e2e\u52a9\u5b69\u5b50\u653e\u677e\u548c\u9002\u5e94\u624b\u672f\u3002\u8fd9\u662f\u53d1\u751f\u5728\u56db\u5ddd\u5b9d\u77f3\u82b1\u533b\u96627\u670811\u65e5\u624b\u672f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=775"}; 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 () { } }); }); }