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=1210&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: 1751670860, nonceStr: 'yBSZ6jF8iGYOct59', signature: 'ee7bb64d213a860dd7042d948efbed5e20219bd5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/25c56e343032c792548baca241c71be4.jpg","title":"\u56db\u5ddd\u7701\u4eba\u6c11\u533b\u9662\u6e29\u6c5f\u533b\u9662\uff1a\u58ee\u4e3d70\u5e74 \u594b\u8fdb\u5065\u5eb7\u8def","smalltext":"\u4ece\u6ca1\u6709\u7b49\u7ea7\uff0c\u5230\u4e8c\u4e59\u3001\u4e8c\u7532\u3001\u4e09\u4e59\uff0c\u4ece\u53ea\u670960\u591a\u4eba\uff0c\u5230\u5982\u4eca\u62e5\u6709\u4e0a\u5343\u4eba\uff0c\u4ece\u53ea\u6709\u5185\u3001\u5916\u3001\u513f\u7b49\u5355\u4e00\u7684\u79d1\u5ba4\uff0c\u5230\u5982\u4eca\u62e5\u670936\u4e2a\u4e34\u5e8a\u5b66\u79d1\uff0c\u4e00\u4e9b\u8001\u804c\u5de5\u5f53\u5e74\u6765\u533b\u9662\u5de5\u4f5c\u7684\u65f6\u5019\uff0c\u53ef\u80fd\u600e\u4e48\u4e5f\u60f3\u4e0d\u5230\u533b\u9662\u4f1a\u53d1","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=1210"}; 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 () { } }); }); }