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=1046&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: 1751430581, nonceStr: 'B0HDOou6N9Q1jSSz', signature: '03d7a3c080229a397216347ddc76c982be2b4ba0', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/13e9924819cd82ea13d61128f152fb03.jpg","title":"\u63ed\u9633\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u7387\u5148\u5728\u7ca4\u4e1c\u5f00\u5c55\u65e9\u671f\u4e73\u817a\u764c\u4fdd\u4e73\u672f\u540e\u5927\u5206\u5272\u653e\u7597\u7814\u7a76","smalltext":"\u9762\u5bf9\u4e73\u817a\u764c\uff0c\u5168\u5207\u201c\u4fdd\u547d\u201d\u8fd8\u662f\u5c40\u5207\u201c\u4fdd\u4e73\u201d\uff1f\u771f\u76f8\u5176\u5b9e\u662f\uff0c\u5728\u4e34\u5e8a\u4e2d\uff0c\u201c\u4fdd\u547d\u201d\u201c\u4fdd\u4e73\u201d\u5e76\u4e0d\u77db\u76fe\uff0c\u75c5\u60c5\u5408\u9002\u7684\u4e73\u817a\u764c\u60a3\u8005\uff0c\u4fdd\u4e73\u540e\u4ecd\u53ef\u4ee5\u5f88\u597d\u5730\u4fdd\u547d\u3002\u8bb0\u8005\u4ece\u63ed\u9633\u5e02\u4eba\u6c11\u533b\u9662\u4e86\u89e3\u5230\uff0c\u7279\u522b\u662f\u65e9\u671f","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=1046"}; 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 () { } }); }); }