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=131&classid=13&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: 1714334982, nonceStr: 'OfFLLWTKg02sdlJU', signature: '2557d103912f2854c0f725607a03f5da09d217cb', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90d1\u5dde\u4eba\u6c11\u533b\u9662\uff1a\u6253\u9020\u4e00\u5bb6\u6709\u6e29\u5ea6\u7684\u73b0\u4ee3\u5316\u533b\u9662","smalltext":"\u90d1\u5dde\u4eba\u6c11\u533b\u9662\u662f\u4e00\u5bb6\u767e\u5e74\u8001\u9662\uff0c1912\u5e74\u5efa\u9662\u4ee5\u6765\uff0c\u5df2\u7ecf\u8d70\u8fc7\u4e86\u4e00\u767e\u591a\u5e74\u53d1\u5c55\u5386\u7a0b\uff0c\u79ef\u7d2f\u4e86\u6df1\u539a\u7684\u533b\u9662\u5386\u53f2\u6587\u5316\u3002\u8fd1\u5e74\u6765\uff0c\u533b\u9662\u79c9\u6301\u4e25\u5b9e\u52e4\u548c\u3001\u4ec1\u7231\u656c\u5ec9\u3001\u8363\u8d23\u81ea\u8fdc\u3001\u77e5\u884c\u5408\u4e00\u7684\u6838\u5fc3\u4ef7\u503c\u89c2\uff0c\u81f4\u529b","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=131"}; 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 () { } }); }); }