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=4191&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: 1751263592, nonceStr: 'fPgqudsvwR2AIjUz', signature: 'c46d654be3c94193f2954556353819973ad9630d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.zhongou.vip\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662:\u624b\u6cd5\u590d\u4f4d\u5de7\u6cbb\u201c\u8033\u77f3\u75c7\u201d\u7729\u6655","smalltext":"\u6700\u8fd1\uff0c\u5bb6\u4f4f\u5e94\u57ce\u5e02\u57ce\u5317\u529e\u4e8b\u5904\u7684\u9648\u5973\u58eb\u603b\u611f\u89c9\u5934\u660f\u660f\u6c89\u6c89\u7684\uff0c\u53ea\u8981\u7a81\u7136\u8f6c\u5934\u6216\u8005\u4f53\u4f4d\u53d1\u751f\u6539\u53d8\u7684\u65f6\u5019\u5c31\u5f00\u59cb\u51fa\u73b0\u5929\u65cb\u5730\u8f6c\uff0c\u4f34\u968f\u6076\u5fc3\u3001\u5455\u5410\uff0c\u4e25\u91cd\u7684\u65f6\u5019\u5934\u660f\u76ee\u7729\u773c\u524d\u53d1\u9ed1\uff0c\u51e0\u6b21\u5dee\u70b9\u6454\u5012\u3002\u9648\u5973","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=4191"}; 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 () { } }); }); }