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=1818&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: 1714870413, nonceStr: 'G31umRvp1lTBfqu3', signature: 'a2cb37c618fe9a1fa7110cab8b1ee064311b794b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/5c2232891ff79739b3fca9d7efff3794.png","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u201c\u4f60\u4eec\u90fd\u8981\u597d\u597d\u7684\u201d...\u4e24\u540d\u533b\u62a4\u9a70\u63f4\u6b66\u6c49","smalltext":"\u4eca\u5929\uff082\u67089\u65e5\uff09\u4e0b\u5348\uff0c\u82cf\u5dde260\u540d\u533b\u62a4\u4eba\u5458\u5c06\u4e58\u5750MU803\u822a\u73ed\u7531\u82cf\u5357\u7855\u653e\u673a\u573a\u524d\u5f80\u6b66\u6c49\u5929\u6cb3\u673a\u573a\uff0c\u8fd9\u5176\u4e2d\u5c31\u6709\u7740\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u91cd\u75c7\u533b\u5b66\u79d1\u62a4\u58eb\u957f\u7a0b\u9759\u5a1f\u4e0e\u62a4\u5e08\u90ed\u632f\u7684\u8eab\u5f71\uff0c\u4ed6\u4eec\u5c06\u5171\u540c\u9a70\u63f4\u6b66\u6c49\u540c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1818"}; 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 () { } }); }); }