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=2055&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: 1747147376, nonceStr: 'CCZFILaj3lPn0Wlh', signature: 'fa41696fd79e0223d273d0e834255b6533a40a6a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/007a15efb3620d584706222eb9b02ac9.jpg","title":"\u5168\u56fd80\u591a\u5bb6\u4e00\u7ebf\u533b\u62a4\u4eba\u5458\u548c\u7231\u5fc3\u5fd7\u613f\u8005\u4e3a\u4e2d\u56fd\u52a0\u6cb9\uff01","smalltext":"\u8fd9\u4e24\u65e5\uff0c\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u4e13\u59d4\u4f1a\u5404\u4f4d\u59d4\u5458\u5411\u534f\u4f1a\u79d8\u4e66\u5904\u53d1\u6765\u4e86\u5404\u573080\u591a\u5bb6\u4e00\u7ebf\u533b\u62a4\u4eba\u5458\u548c\u7231\u5fc3\u5fd7\u613f\u8005\u4e3a\u4e2d\u56fd\u52a0\u6cb9\u7684\u795d\u798f\uff0c\u5728\u6b64\uff0c\u6211\u4eec\u6df1\u8868\u611f\u8c22\uff01\u6297\u51fb\u75ab\u60c5\uff0c\u6709\u4f60\u6709\u6211\uff0c\u6211\u4eec\u4e00\u8d77\u52a0\u6cb9","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2055"}; 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 () { } }); }); }