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=923&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: 1751389681, nonceStr: 'qUuSuT2kdzWWuIvJ', signature: '5358ba759054911d7ebd780f3a3e10b8a122ff67', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/ccd7aae748e0584751d8aa1b6ba93451.jpg","title":"\u987e\u82f1\u59ff\uff1a\u5408\u683c\u7684\u5bb6\u5ead\u533b\u751f\uff0c\u8981\u8d70\u8fdb\u5c45\u6c11\u5fc3\u91cc","smalltext":"\u4e0d\u7ba1\u662f\u70c8\u65e5\u5f53\u7a7a\u8fd8\u662f\u522e\u98ce\u4e0b\u96e8\uff0c\u4f60\u603b\u80fd\u770b\u5230\u8fd9\u6837\u4e00\u4e2a\u8eab\u5f71\uff0c\u7a7f\u68ad\u5728\u7f8a\u5c16\u4e61\u9547\u7684\u5927\u8857\u5c0f\u5df7 \uff1b\u8c01\u6709\u6162\u6027\u75c5\uff0c\u8c01\u7684\u75c5\u60c5\u63a7\u5236\u4e0d\u4f73\u2026\u2026\u5728\u5979\u5fc3\u91cc\u4e00\u6e05\u4e8c\u695a\u3002\u591a\u5c11\u6b21\uff0c\u5728\u4e07\u5bb6\u706f\u706b\u7684\u5c0f\u533a\u5c45\u6c11\u697c\u9053\u91cc\uff0c\u4f60\u603b\u80fd","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=923"}; 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 () { } }); }); }