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=6483&classid=14&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: 1751190935, nonceStr: 'PlG6VpNGnS8809dT', signature: 'd5d5de01c94c287befb6e896fe5953d433ea8db6', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.zhongou.vip\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u7126\u8651\u7684\u5b66\u9738","smalltext":" \u4eca\u65e5\u624b\u672f185\u53f0\uff0c\u4e2d\u5348\u662f\u63a5\u53f0\u624b\u672f\u7684\u9ad8\u5cf0\u671f\uff0c\u4e3a\u4e86\u9ad8\u6548\u7387\u7684\u5468\u8f6c\u624b\u672f\uff0c\u6211\u5229\u7528\u5348\u9910\u65f6\u95f4\u4e0e\u8bf1\u5bfc\u5ba4\u62a4\u58eb\u4e00\u8d77\u4e3a\u672f\u524d\u60a3\u8005\u5efa\u7acb\u9759\u8109\u901a\u9053\u3002\u7a7f\u8fc7\u8d70\u5eca\uff0c\u4e00\u773c\u5c31\u770b\u89c1\u773c\u524d\u7b49\u5f85\u63a5\u53f0\u7684\u60a3\u8005\uff1a\u4e00\u4f4d\u9762\u5bb9\u6e05","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=14&id=6483"}; 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 () { } }); }); }