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=1826&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: 1716090033, nonceStr: '66tzZds3HNRO03Sv', signature: 'bc2a10340b837602d3de512b94c91dd6a2d7351b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/68cea00ddd04075f10e0468bfb54d6d3.png","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u6218\u201c\u75ab\u201d\u65e5\u8bb0\uff1a\u7528\u751f\u547d\u5b88\u62a4\u751f\u547d","smalltext":"2020\u5e74\uff0c\u519c\u5386\u65b0\u5e74\u524d\u5915\uff0c\u75c5\u6bd2\u3001\u75ab\u60c5\u3001\u611f\u67d3\uff0c\u8fd9\u4e9b\u9891\u7e41\u51fa\u73b0\u7684\u5b57\u773c\u8ba9\u4eba\u9707\u98a4\uff0c\u6025\u9700\u533b\u62a4\u4eba\u5458\u3001\u6025\u9700\u533b\u7597\u7269\u8d44\uff0c\u75ab\u60c5\u6700\u4e25\u91cd\u7684\u5730\u65b9\u53d1\u51fa\u4e86\u523b\u4e0d\u5bb9\u7f13\u7684\u547c\u558a\u3002\u8fd9\u662f\u4e00\u573a\u6ca1\u6709\u785d\u70df\u7684\u6218\u4e89\uff01\u8fdb\u5165\u519c\u5386\u5e9a\u5b50\u5e74","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1826"}; 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 () { } }); }); }