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=1323&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: 1752708258, nonceStr: 'Qn0PYmndyEQkAHn0', signature: 'a4f8f5914d650d8894594707fc0532a9a9e6e124', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/d730f995aca49489ae80a6f68d3bdd14.jpg","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662:\u5927\u7237\u611f\u8c22\u4fe1\u6587\u91c7\u582a\u6bd4\u300a\u6d1b\u795e\u8d4b\u300b \u70b9\u8d5e\u533b\u9662\u597d\u62a4\u58eb","smalltext":"\u8fd1\u65e5\uff0c\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u795e\u7ecf\u4ecb\u5165\u79d1\u62a4\u58eb\u6731\u6653\u8389\u6536\u5230\u4e86\u4e00\u5c01\u60a3\u8005\u5bb6\u5c5e\u7684\u611f\u8c22\u4fe1\uff0c\u5b57\u91cc\u884c\u95f4\u53ef\u89c1\u4f5c\u8005\u89c2\u5bdf\u4e4b\u7ec6\u5fae\uff0c\u611f\u60c5\u4e4b\u771f\u631a\uff0c\u8bfb\u6765\u6587\u91c7\u6590\u7136\uff0c\u72b9\u5982\u8eab\u4e34\u5176\u5883\uff0c\u6709\u4eba\u770b\u7f62\u76f4\u547c\uff1a\u8fd9\u6587\u91c7\uff0c\u582a\u6bd4\u300a\u6d1b\u795e\u8d4b\u300b\uff01","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=1323"}; 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 () { } }); }); }