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=2558&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: 1751391738, nonceStr: 'cZHsF493Dd1FCajO', signature: '968c7ecb61d89a77e4ef14a7c06706dcf92bc5e1', 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\uff1a\u6ca1\u6709\u4eba\u5929\u751f\u53d1\u5149 \u662f\u575a\u5b88\u8ba9\u4eba\u53d1\u5149","smalltext":"\u201c\u65b9\u533b\u751f\u6765\u4e86......\u201d\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\u4e2d\u533b\u79d1\u4e3b\u4efb\u65b9\u65b9\u8f7b\u8f7b\u5730\u63a8\u5f00\u75c5\u623f\u95e8\u8fdb\u6765\uff0c\u5c31\u542c\u89c1\u60a3\u8005\u4e01\u5148\u751f\u4eb2\u5207\u7684\u6253\u7740\u62db\u547c\uff0c\u201c\u60a8\u4eca\u5929\u611f\u89c9\u597d\u4e9b\u4e86\u5417\uff1f\u6628\u5929\u670d\u836f\u540e\u611f\u89c9\u600e\u6837\uff1f\u6765\u628a\u5634\u5df4\u5f20\u5f00\u8ba9\u6211\u770b\u770b\u820c\u82d4","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=2558"}; 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 () { } }); }); }