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=995&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: 1714918044, nonceStr: 'rrpCGC2YiVqiKpZI', signature: '351cd17d6a293caf5ca8426e500849390a292540', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/7d8552953b3c2cbd4c97e69042893834.png","title":"\u66a8\u5357\u5927\u5b66\u9644\u5c5e\u7b2c\u4e00\u533b\u9662:\u656c\u4f51\u751f\u547d\uff0c\u9759\u9ed8\u966a\u4f34\uff01\u534e\u533b\u5341\u4e8c\u65f6\u8fb0\u6c38\u4e0d\u843d\u5e55","smalltext":"\u957f\u5b89\u5341\u4e8c\u65f6\u8fb0\u5927\u5e55\u5df2\u843d\u5371\u5728\u65e6\u5915\u7684\u957f\u5b89\u7ec8\u5f52\u5e73\u9759\u540c\u6837\u662f\u4eba\u6c11\u5b88\u62a4\u8005\u8fd9\u91cc\u6ca1\u6709\u8165\u98ce\u8840\u96e8\u3001\u5c14\u865e\u6211\u8bc8\u6709\u7684\u662f\u5168\u5e74\u65e0\u4f11\uff0c\u9759\u9ed8\u966a\u4f34\u656c\u4f51\u751f\u547d\uff0c\u6551\u6b7b\u6276\u4f24\u534e\u533b\u5341\u4e8c\u65f6\u8fb0\u6c38\u4e0d\u843d\u5e55\uff01(23:00-01:00)\u6025\u8bca\r\n","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=995"}; 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 () { } }); }); }