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=1763&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: 1751537037, nonceStr: 'nPRhlmJw53dN1reu', signature: 'd1a62806023c4e727b3e216c8bef57ff829833fa', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.zhongou.vip\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u62db\u8058\u542f\u4e8b\u53d1\u51fa\u540e\uff0c\u6536\u5230\u4e86\u8fd9\u6837\u7684\u7559\u8a00\u2026\u2026","smalltext":"\u6211\u53ef\u4ee5\u4e0d\u8981\u62a5\u916c\uff0c\u53bb\u524d\u7ebf\u652f\u63f4\u6761\u4ef6\u7b26\u5408\uff0c\u7956\u56fd\u6709\u9700\u8981\uff0c\u65f6\u523b\u51c6\u5907\u7740\uff01\u5982\u679c\u9700\u8981\u3001\u5206\u5206\u949f\u5230\uff01\u2026\u2026\u8fd9\u4e9b\u7559\u8a00\u662f\u8d35\u9633\u5e02\u4e8c\u533b\uff08\u91d1\u9633\u533b\u9662\uff09\u53d1\u51fa\u62db\u8058\u542f\u4e8b\u540e\u9646\u7eed\u6536\u5230\u7684\u7559\u8a00\uff0c\u6587\u5b57\u5f88\u5c11\uff0c\u8a00\u8f9e\u5374\u5f02\u5e38\u6e29\u6696\u3002\u82e5\u6709\u6218","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=1763"}; 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 () { } }); }); }