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=4847&classid=11&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: 1751175328, nonceStr: '8UawHVcYiWFJvirL', signature: 'ab998b48c645fe7ae4add8aa4c0d602108ec4134', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.zhongou.vip\/e\/data\/images\/noimg.gif","title":"\u6f2f\u6cb3\u5e02\u4e2d\u5fc3\u533b\u9662-\u5fc3\u5c16\u7684\u90a3\u6839\u523a","smalltext":"\u62a4\u58eb\uff1a\u67d0\u5929\u65e9\u66687\u70b9\uff0c\u6211\u503c\u73ed\uff0c\u6b63\u63a8\u7740\u6cbb\u7597\u8f66\u53bb\u7ed9\u60a3\u8005\u6253\u80f0\u5c9b\u7d20\u3002\u60a3\u8005\u59d0\u59d0A\uff1a\u201c\u5c0f\u59d0\uff0c\u5c0f\u59d0\uff01\u201d\u62a4\u58eb\uff1a\u9690\u9690\u7ea6\u7ea6\u542c\u5230\u6709\u4eba\u558a\u201c\u5c0f\u59d0\u201d\uff0c\u8fd9\u4e2a\u4e0d\u5408\u65f6\u5b9c\u7684\u79f0\u547c\uff0c\u8ba9\u4eba\u7279\u522b\u53cd\u611f\uff0c\u60f3\u60f3\u5e94\u8be5\u4e0d\u662f\u5728\u53eb\u6211\uff0c\u6211\u8fd8\u662f\u8d76\u5feb","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=11&id=4847"}; 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 () { } }); }); }