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=1063&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: 1751415918, nonceStr: '4CFfXwqiYpsHMgqJ', signature: '506d0110ab5dfe36b88dd47dd3084898b60ea765', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.zhongou.vip\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u5e02\u7acb\u533b\u9662\uff1a\u4ee3\u8868\u201c\u91cd\u751f\u201d\u7684\u86cb\u7cd5","smalltext":"08\u670823\u65e5\u5348\u4f11\u65f6\u523b\uff0c\u5e02\u7acb\u533b\u9662\u5317\u533a\u795e\u7ecf\u5916\u79d1\u6765\u4e86\u4e00\u4f4d\u4e2d\u5e74\u5973\u58eb\uff0c\u5979\u5e26\u6765\u4e86\u4e00\u4e2a\u86cb\u7cd5\uff0c\u70ed\u60c5\u7684\u9080\u8bf7\u795e\u7ecf\u5916\u79d1\u7684\u533b\u62a4\u4eba\u5458\u4e00\u8d77\u5e86\u795d\u201c\u91cd\u751f\u201d\u4e00\u5468\u5e74\u3002\u8fd9\u4f4d\u4e2d\u5e74\u5973\u58eb\u59d3\u6731\uff0c\u662f\u4e00\u4f4d\u66fe\u8e0f\u5165\u8fc7\u9b3c\u95e8\u5173\u7684\u91cd","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=1063"}; 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 () { } }); }); }