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=5567&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: 1716350237, nonceStr: 'rLcME6eFRLFhPfTv', signature: '24c84c19b792634c1ece4993513893e643155dd4', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\uff1a\u603b\u6709\u4e00\u76cf\u706f\u4e3a\u4f60\u70b9\u4eae","smalltext":"\u4eba\u95f4\u4e09\u6708\u82b3\u83f2\u8273\uff0c\u6625\u82b1\u7eda\u4e3d\u70c2\u6f2b\u65f6\u3002\u9022\u6b64\u7f8e\u597d\u65f6\u8282\uff0c\u4e3a\u8fce\u63a5\u7b2c113\u4e2a\u56fd\u9645\u5987\u5973\u8282\uff0c\u8fd1\u65e5\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\u4e3e\u884c\u7b2c\u4e00\u671f\u5973\u804c\u5de5\u201c\u5e78\u798f\u8bfe\u5802\u201d\u6d3b\u52a8\u3002\u533b\u9662\u515a\u59d4\u4e66\u8bb0\u738b\u5e86\u5468\uff0c\u515a\u59d4\u526f\u4e66\u8bb0\u3001\u9662\u957f\u5eb7\u73ae\uff0c\u90a2\u53f0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5567"}; 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 () { } }); }); }