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=1721&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: 1751765495, nonceStr: 'uJyhQNjajdtBb7ci', signature: '2ad4fc1c67a50ece7852e65a45b9e069a16e0fd9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.zhongou.vip\/e\/data\/images\/noimg.gif","title":"\u8861\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u75ab\u60c5\u5f53\u524d\uff0c\u6211\u5c31\u662f\u201c\u767d\u8863\u6218\u58eb\u201d","smalltext":"\u9634\u51b7\u7684\u5929\u6c14\uff0c\u524a\u9aa8\u7684\u5317\u98ce\uff0c\u98de\u821e\u7684\u51ac\u96e8\uff0c\u6ca1\u6709\u963b\u6321\u4eba\u4eec\u8fc7\u6625\u8282\u7684\u70ed\u60c5\u3002\u56de\u96c1\u5cf0\u4e0b\uff0c\u6765\u6765\u5f80\u5f80\u7684\u4eba\u7fa4\uff0c\u8138\u4e0a\u90fd\u6302\u7740\u9664\u65e7\u8fce\u65b0\u7684\u559c\u8272\uff0c\u5927\u5bb6\u90fd\u8ba1\u5212\u7740\uff0c\u6625\u8282\u957f\u5047\uff0c\u54ea\u5929\u53bb\u54ea\u5bb6\u62dc\u5e74\uff0c\u54ea\u5929\u53bb\u54ea\u91cc\u6e38\u73a9\u3002\u4e00\u7247\u7965\u548c","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=1721"}; 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 () { } }); }); }