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=139&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: 1743703015, nonceStr: 'EL8uuAY5cuiaWAHq', signature: 'a1230b51c9963e88e3db1516a4bd97d67a5e1423', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/9c99df9f27e5057d41d7b860976d30a4.jpg","title":"\u665a\u4e0a8\u70b920\uff01\u5c31\u5728\u5357\u660c\u5e02\u7b2c\u4e00\u533b\u9662\uff01\u592a\u60ca\u9669\u4e86\uff01","smalltext":"\u201c\u5f53\u5929\u665a\u4e0a\u6211\u5728\u533b\u9662\u4e00\u53f7\u697c\u4f1a\u8bca\u5b8c\u6bd5\uff0c\u8def\u8fc7\u4f4f\u9662\u90e8\u505c\u8f66\u4f4d\u65f6\uff0c\u7a81\u7136\u542c\u5230\u4e00\u4e2a\u7537\u5b50\u7684\u6c42\u6551\u58f0\uff0c\u6211\u8dd1\u8fc7\u53bb\u4e00\u770b\uff0c\u6709\u4f4d\u5b55\u5987\u8eba\u5728\u8f66\u5185\u8138\u8272\u715e\u767d\uff0c\u5b69\u5b50\u5df2\u9732\u51fa\u534a\u4e2a\u80ce\u5934\u4e86\uff01\u201d4\u670819\u65e5\u665a8\u65f620\u5206\uff0c\u5357\u660c\u5e02\u7b2c\u4e00\u533b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=139"}; 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 () { } }); }); }