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=2212&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: 1749418352, nonceStr: '0AG8RXczTqcEuZx9', signature: 'c1b163870d47bdc0570f14bd405c5f2a851d4af2', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202003\/b6b627ae73f1ebb22702a06c019ccc12.png","title":"\u6210\u90fd\u5e02\u7b2c\u4e94\u4eba\u6c11\u533b\u9662\uff1a\u540e\u65b9\u59bb\u5b50\u7ed9\u524d\u7ebf\u4e08\u592b\u7684\u4e00\u5c01\u4fe1","smalltext":" 2\u67089\u65e5\uff0c\u8d75\u6653\u5e73\u4f5c\u4e3a\u6210\u90fd\u5e02\u63f4\u52a9\u6e56\u5317\u533b\u7597\u961f\u526f\u9886\u961f\uff0c\u5e26\u9886\u6211\u9662\u533b\u62a4\u4eba\u5458\u524d\u5f80\u6b66\u6c49\u652f\u63f4\uff1b\u5176\u59bb\u5f90\u5723\u541b\u4e3a\u6211\u9662\u8001\u5e74\u533b\u5b66\u79d1\u533b\u751f\u3002\u8d75\u6653\u5e73\u524d\u5f80\u6b66\u6c4920\u4f59\u5929\uff0c\u540c\u6837\u594b\u6597\u5728\u5de5\u4f5c\u5c97\u4f4d\u7684\u59bb\u5b50\u65e5\u591c\u7275\u6302\u4e08","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2212"}; 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 () { } }); }); }