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=2124&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: 1747122998, nonceStr: 'BxfYbYpavxFoKTPt', signature: '315b4fe40bed7411b145b4e14c4d7be87e376973', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/7515646c3052aa3407bdeeb888c63bec.jpg","title":"\u4e0a\u6d77\u5e02\u6d66\u4e1c\u65b0\u533a\u5468\u6d66\u533b\u9662I\uff1a\u963f\u5a46\u51fa\u9662\u524d\u7ed9\u6211\u5199\u4e86\u4fe1","smalltext":"\u6211\u53eb\u6234\u534e\uff0c\u662f\u6d66\u4e1c\u65b0\u533a\u5468\u6d66\u533b\u9662ICU\u7684\u62a4\u58eb\u957f\u3002\u9664\u5915\u4e4b\u591c\uff0c\u6211\u548c\u6765\u81ea\u4e0a\u6d77\u5e0252\u5bb6\u533b\u9662\u7684136\u540d\u533b\u52a1\u4eba\u5458\u4e00\u8d77\u7d27\u6025\u96c6\u7ed3\uff0c\u4e58\u98de\u673a\u9a70\u63f4\u6b66\u6c49\u3002\u6b66\u6c49\u7684\u5929\u6c14\u591a\u53d8\uff0c\u767d\u5929\u9633\u5149\u4e0b\u6c14\u6e29\u8fd8\u662f\u5f88\u9ad8\uff0c\u5230\u4e86\u665a\u4e0a\u5f00\u59cb","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2124"}; 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 () { } }); }); }