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=1796&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: 1749460030, nonceStr: '5QdBlsB5pFurzgDh', signature: 'cc3a99813348f4bfee6c06659659bdde280af9bb', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u9996\u6279\u65b0\u51a0\u80ba\u708e\u786e\u8bca\u60a3\u8005\u6cbb\u6108\u51fa\u9662","smalltext":"\u3000\u30002\u67087\u65e5\uff0c\u95fd\u4e1c\u533b\u9662\u798f\u5b89\u3001\u971e\u6d66\u548c\u798f\u9f0e\u4e09\u4f8b\u786e\u8bca\u60a3\u8005\u8d70\u51fa\u9694\u79bb\u75c5\u623f\uff0c\u5728\u95e8\u6025\u8bca\u4f4f\u9662\u75c5\u623f\u7efc\u5408\u697c\u4e00\u697c\u5927\u5385\u63a5\u8fc7\u533b\u62a4\u4eba\u5458\u9001\u4e0a\u7684\u9c9c\u82b1\u3002\u4ed6\u4eec\u6210\u529f\u6cbb\u6108\u51fa\u9662\uff0c\u4e5f\u7ed9\u5e7f\u5927\u5e02\u6c11\u548c\u5168\u4f53\u533b\u62a4\u4eba\u5458\u6781\u5927\u7684","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1796"}; 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 () { } }); }); }