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=6901&classid=13&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: 1755208152, nonceStr: 'jqtQCl8Eb3lHTfaf', signature: '06a4784015e8a8df41616923ad6f263f69d41b1d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.zhongou.vip\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662\uff1aICU\u7684\u201c\u6e29\u5ea6\u201d\uff0c\u60a8\u7684\u5bb6\u4eba\u4e5f\u662f\u6211\u4eec\u7684\u5bb6\u4eba","smalltext":"\u4e03\u6708\u9633\u5149\u706b\u70ed\u707c\u4eba\uff0cICU\u5185\u4e5f\u6709\u7740\u72ec\u7279\u7684\u201c\u6e29\u5ea6\u201d\u3002\u8fd9\u662f\u4e03\u6708\u5bfb\u5e38\u7684\u4e00\u5929\uff0c\u6211\u6765\u5230\u81ea\u5df1\u7684\u8d23\u4efb\u5e8a\u65c1\u51c6\u5907\u7740\u65e9\u4ea4\u63a5\u73ed\u4e8b\u5b9c\uff0c\u60a3\u8005\u7237\u7237\u5411\u6211\u62db\u624b\u793a\u610f\u6211\u5230\u5e8a\u65c1\uff0c\u201c\u600e\u4e48\u5566\u7237\u7237\uff0c\u6709\u75f0\u4e86\u5417\uff0c\u662f\u8981\u5438\u4e2a\u75f0\u5417\uff1f","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=13&id=6901"}; 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 () { } }); }); }