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=1408&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: 1751563875, nonceStr: 'NsN7dSNisGqOHaP8', signature: '2929a7e938f10fa63c6848fc8ff44db362941af5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.zhongou.vip\/e\/data\/images\/noimg.gif","title":"\u6d77\u5357\u7701\u4eba\u6c11\u533b\u9662\uff1a\u533b\u751f\u98de\u673a\u4e0a\u534f\u52a9\u533b\u6cbb\u96be\u6392\u5c3f\u60a3\u8005\uff0c\u88ab\u6388\u5fb7\u827a\u53cc\u99a8\u5956\u52b110\u4e07","smalltext":"19\u65e5\u5728\u5357\u65b9\u822a\u7a7a\u98de\u673a\u4e0a\u534f\u52a9\u53e6\u4e00\u540d\u533b\u751f\u6551\u52a9\u65e0\u6cd5\u6392\u5c3f\u7684\u60a3\u8005\u7684\u6d77\u5357\u7701\u4eba\u6c11\u533b\u9662\u533b\u751f\u8096\u5360\u7965\u88ab\u6d77\u5357\u7701\u4eba\u6c11\u533b\u9662\u6388\u4e88\u201c\u5fb7\u827a\u53cc\u99a8\u98ce\u5c1a\u5956\u201d\uff0c\u5956\u52b1\u4eba\u6c11\u5e0110\u4e07\u5143\u3002\u6d77\u5357\u7701\u4eba\u6c11\u533b\u9662\u8d1f\u8d23\u4eba\u79f0\uff0c\u5728\u56fd","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=1408"}; 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 () { } }); }); }