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=1278&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: 1751683175, nonceStr: 'ZHjy6QGEUKChu3mB', signature: '5232b9deffc7ba473df23ac1ed4aa069dea47d6b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201910\/5ed196981232008f223815f113aa47a5.jpg","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u7a81\u53d1\uff01\u82cf\u5dde90\u540e\u533b\u751f\u5728\u9ad8\u94c1\u4e0a\u53c8\u51fa\u624b\u4e86\uff0c\u8fd9\u6b21\u66f4\u5371\u6025\u7684\u662f...","smalltext":"\u4eca\u5929\uff0810\u670818\u65e5\uff0911\u70b9\uff0c\u5728\u4e0a\u6d77\u53d1\u5f80\u5317\u4eac\u7684G112\u8f66\u6b21\u5e7f\u64ad\u7a81\u7136\u54cd\u8d77\u6025\u5bfb\u533b\u751f\u3002\u6b63\u4e58\u5750\u8be5\u8f66\u6b21\u524d\u5f80\u5929\u6d25\u5f00\u4f1a\u7684\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u795e\u7ecf\u5185\u79d190\u540e\u533b\u751f\u8d75\u78ca\u542c\u5230\u5e7f\u64ad\u540e\u9a6c\u4e0a\u5e26\u4e0a\u968f\u8eab\u643a\u5e26\u7684\u6025\u6551\u5305\u524d\u5f80","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=1278"}; 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 () { } }); }); }