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=1052&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: 1749447282, nonceStr: 'pgHubQMuR7xQxcwu', signature: 'eab10307d55e9f30ac48b7b1d2a5c6e159446671', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ef5\u9633\u56db\u3007\u56db\u533b\u9662\uff1a\u70b9\u4eae\u751f\u547d\u4e4b\u7f8e","smalltext":"\u91cd\u75c7\u533b\u5b66\u79d1\uff0c\u662f\u4e00\u4e2a\u767d\u70bd\u706f24\u5c0f\u65f6\u4eae\u7740\uff0c\u6ca1\u6709\u767d\u5929\u548c\u9ed1\u591c\u4e4b\u5206\uff0c\u751a\u81f3\u4e0d\u77e5\u9053\u7a97\u5916\u662f\u8273\u9633\u9ad8\u7167\u8fd8\u662f\u72c2\u98ce\u56db\u8d77\u7684\u5730\u65b9\u3002\u8bf4\u8d77\u91cd\u75c7\u533b\u5b66\u79d1\uff0c\u5927\u5bb6\u7684\u5173\u952e\u8bcd\u603b\u662f\u5305\u542b\u795e\u79d8\u3001\u6c89\u91cd\u7684\u5b57\u773c\uff0c\u56e0\u4e3a\u8fd9\u91cc\u662f\u7ef4\u6301\u60a3","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1052"}; 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 () { } }); }); }