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=1858&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: 1751700472, nonceStr: 'MHWNIl6e0fugDJyP', signature: '13ff7fa1e311c9ade0cf90f5bdacce3869dbc458', 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\u6d3e\u6211\u53bb\u3001\u6211\u5355\u8eab\uff0c\u6ca1\u6709\u7275\u6302\uff0c\u6211\u5148\u4e0a","smalltext":"2\u670810\u65e5\u4e0a\u53489\u70b9\uff0c\u50cf\u5f80\u5e38\u4e00\u6837\uff0c\u6b63\u5728\u795e\u7ecf\u5916\u79d1\u6446\u836f\u7684\u5218\u4e3d\u5f97\u77e5\u533b\u9662\u6025\u9700\u4e00\u540d\u6709\u91cd\u75c7\u62a4\u7406\u7ecf\u9a8c\u3001\u4e2d\u7ea7\u804c\u79f0\u4ee5\u4e0a\u7684\u62a4\u58eb\u652f\u63f4\u8d35\u9633\u5e02\u516c\u5171\u536b\u751f\u6551\u6cbb\u4e2d\u5fc3\u5c06\u519b\u5c71\u9662\u533a\u540e\uff0c\u5979\u4e3b\u52a8\u627e\u5230\u62a4\u58eb\u957f\u7533\u8bf7\u53bb\u652f\u63f4","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=1858"}; 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 () { } }); }); }