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=1835&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: 1751604369, nonceStr: 'bZOGS2bdAjgthch2', signature: '78506c9ad582e22e3d1881d20a148a8a576bba7d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/caf5e2e8f0d3e1bc91ac603b6127cd83.png","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u524a\u53d1\u660e\u5fd7\uff0c\u4e0d\u80dc\u75c5\u9b54\u4e0d\u8fd8\u671d","smalltext":"2\u67083\u65e5\uff0c\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\u7b2c\u4e8c\u6279\u652f\u63f4\u6b66\u6c49\u7684\u533b\u7597\u961f\u5458\u5230\u8fbe\u6b66\u6c49\u5927\u5b66\u4eba\u6c11\u533b\u9662\u4e1c\u9662\u533a\uff0c\u4e00\u5929\u7684\u57f9\u8bad\u4e4b\u540e\uff0c\u4ed6\u4eec\u4e5f\u8fce\u6765\u4e86\u6700\u6709\u4eea\u5f0f\u611f\u7684\u201c\u526a\u53d1\u201d\u73af\u8282\u3002\u961f\u5458\u674e\u65b0\u5b87\u672c\u5c31\u662f\u4f4d\u77ed\u53d1\u7684\u5e05\u5c0f\u4f19\uff0c\u53d1\u578b\u672c\u5c31","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=1835"}; 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 () { } }); }); }