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=1703&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: 1751619858, nonceStr: '74BmlXhL924TWLV1', signature: '38f6520c0384bd72f7c7088249f2ed4dcfcd809a', 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\u5f20\u5b87\u4f09\u4fea\uff0c\u8c31\u5199\u975e\u5e38\u65f6\u671f\u7684\u5bb6\u56fd\u60c5\u6000","smalltext":"\u5f20\u5b87\u7cfb\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\u9996\u6279\u53c2\u52a0\u8fbd\u5b81\u9a70\u63f4\u6b66\u6c49\u533b\u7597\u961f\u6210\u5458\uff0c\u76ee\u524d\u6b63\u5728\u6b66\u6c49\u534f\u548c\u6c5f\u5317\u533b\u9662\u652f\u63f4\u5de5\u4f5c\u3002\u4f5c\u4e3a\u4e2d\u5fc3\u533b\u9662\u4f18\u79c0\u62a4\u7406\u4eba\u7684\u4ee3\u8868\uff0c\u5f20\u5b87\u5e73\u7d20\u5728\u5de5\u4f5c\u4e2d\u5c31\u806a\u660e\u597d\u5b66\u3001\u52e4\u594b\u4e0a\u8fdb\uff0c\u672c\u6b21\u75ab\u60c5\u9762\u524d","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=1703"}; 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 () { } }); }); }