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=3467&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: 1714578086, nonceStr: 'ymHW1rHIBdGy2vJc', signature: '8935a6246da3fa8337b43f532f6ab0a58ccd0298', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202007\/4461c6c12148fda652d0051a69b7f32b.jpg","title":"\u5357\u4eac\u9f13\u697c\u533b\u9662\u96c6\u56e2\u4eea\u5f81\u533b\u9662\uff1a\u5f00\u8003\uff0c\u62a4\u822a\uff01","smalltext":"7\u67087\u65e5\uff0c\u5168\u56fd\u9ad8\u8003\u542f\u5e55\u3002\u5728\u75ab\u60c5\u9632\u63a7\u5e38\u6001\u5316\u7684\u7279\u6b8a\u65f6\u671f\uff0c\u6309\u7167\u75ab\u60c5\u9632\u63a7\u5de5\u4f5c\u8981\u6c42\uff0c\u6c5f\u82cf\u7701\u4eea\u5f81\u5e02\u5404\u8003\u573a\u90fd\u52a0\u5f3a\u4e86\u533b\u7597\u4fdd\u969c\u529b\u91cf\u548c\u75ab\u60c5\u9632\u63a7\u63aa\u65bd\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3467"}; 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 () { } }); }); }