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=1834&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: 1751691916, nonceStr: 'ha8QZFEXviHOz4uN', signature: 'a1bac337b17476663d4d11f036850f881627abdd', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.zhongou.vip\/e\/data\/images\/noimg.gif","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u6211\u4eec\u7684\u961c\u65b0\uff0c\u6211\u4eec\u6765\u5b88\u62a4","smalltext":"\u6628\u5929\u662f2020.02.02\uff0c\u4e00\u4e32\u4f55\u5176\u76f8\u4f3c\u800c\u53c8\u65b9\u5411\u76f8\u53cd\u7684\u6570\u5b57\uff0c\u4eff\u4f5b\u8bb0\u5f55\u7740\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\u4eba\u594b\u6218\u5728\u4e0d\u540c\u5c97\u4f4d\u4e0a\u7684\u8eab\u5f71\u3002\u5c31\u5728\u6628\u5929\uff0c\u6211\u4eec\u8fdc\u884c\u5954\u8d74\u6b66\u6c49\u7684\u6218\u58eb\u53c8\u51fa\u4e86\u4e09\u540d\u5e74\u8f7b\u7684\u8eab\u5f71\u3002\u533b\u9662\u91cc\u6536\u6cbb\u7684","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=1834"}; 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 () { } }); }); }