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=1433&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: 1751570415, nonceStr: 'KIk9EiF4zAroi9Zu', signature: 'a34e87dfb277cefc143047e8a1731e252ace98b6', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/8cae0fbb6f3d0937aa2a083253662af1.jpg","title":"\u5e38\u5dde\u4e09\u9662\uff1a\u5de5\u4f1a\u7ea2\u5a18\u5de5\u4f5c\u5ba4\u8fce\u6765\u9996\u4f4d\u5f81\u5a5a\u8005","smalltext":"11\u670828\u65e5\u4e2d\u5348\uff0c\u5e38\u5dde\u4e09\u9662\u5de5\u4f1a\u4e3b\u5e2d\u4f55\u7f8e\u5357\u63a5\u5f85\u4e86\u4e00\u540d\u7279\u6b8a\u7684\u8bbf\u8005\uff0c\u8fd9\u4f4d\u62e5\u6709\u535a\u58eb\u7814\u7a76\u751f\u5b66\u5386\u7684\u5e38\u5dde\u67d0\u9ad8\u6821\u6559\u5e08\uff0c\u65e2\u4e0d\u662f\u6765\u9662\u5c31\u8bca\uff0c\u4e5f\u4e0d\u662f\u6765\u9662\u516c\u5e72\uff0c\u800c\u662f\u4e3a\u4e86\u5bfb\u89c5\u81ea\u5df1\u4eba\u751f\u7684\u201c\u53e6\u4e00\u534a\u201d\u3002\u4ed6\u7684\u5982","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=1433"}; 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 () { } }); }); }