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=5106&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: 1716053808, nonceStr: 'gUL2PjCshoZixmnd', signature: '6fe0ff6d5472b3664d03615177044c9204ec6b17', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u6211\u4e3a\u7fa4\u4f17\u529e\u5b9e\u4e8b \u5bb6\u533b\u4e0a\u95e8\u89e3\u96be\u9898","smalltext":"\u8fd1\u65e5\uff0c60\u591a\u5c81\u7684\u5218\u963f\u59e8\u4e3a\u672f\u540e\u62c6\u7ebf\u95ee\u9898\u72af\u4e86\u96be\u3002\u539f\u6765\uff0c\u5218\u963f\u59e8\u56e0\u8f66\u7978\u9aa8\u76c6\u9aa8\u6298\u3001\u80a1\u9aa8\u9888\u9aa8\u6298\u5165\u9662\u624b\u672f\uff0c\u51fa\u9662\u540e\u56de\u5230\u5e38\u5e74\u5c45\u4f4f\u7684\u8001\u5e74\u516c\u5bd3\u4f11\u517b\u3002\u5230\u4e86\u62c6\u7ebf\u65e5\u671f\uff0c\u7531\u4e8e\u884c\u52a8\u4e0d\u4fbf\uff0c\u642c\u8fd0\u56f0\u96be\uff0c\u5982\u4f55\u62c6\u7ebf\u6210","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5106"}; 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 () { } }); }); }