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=1684&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: 1714696185, nonceStr: 'rxp08zXpYSJAlNCc', signature: '5a90443f9a56a1a3fe453c5aa4b18bd4950d9a53', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202001\/6004d5d596d368d7edb777b1e157e3d5.jpg","title":"\u90d1\u5dde\u4eba\u6c11\u533b\u9662\uff1a\u597d\u4e00\u5242\u5f3a\u5fc3\u9488\uff01\u90d1\u533b\u53d1\u70ed\u95e8\u8bca\u4e34\u65f6\u515a\u652f\u90e8\u6210\u7acb\uff01","smalltext":" \u201c\u51b2\u950b\u9677\u9635\u5c31\u662f\u6211\u4eec\u5171\u4ea7\u515a\u5458\u7684\u7279\u6743\uff0c\u6211\u4eec\u4e00\u5b9a\u4f1a\u53d1\u626c\u515a\u5458\u5148\u950b\u6a21\u8303\u5e26\u5934\u4f5c\u7528\uff0c\u6253\u8d62\u8fd9\u573a\u4e3a\u4eba\u6c11\u5065\u5eb7\u7684\u4fdd\u536b\u6218\uff01\u201d\u4eca\u5929\u4e0a\u5348\uff0c\u5728\u533b\u9662\u79d1\u6559\u4e2d\u5fc3\u5341\u4e09\u697c\u515a\u5458\u6d3b\u52a8\u5ba4\uff0c\u53d1\u70ed\u95e8\u8bca\u4e34\u65f6\u515a\u652f\u90e8\u4e66\u8bb0\u3001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1684"}; 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 () { } }); }); }