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=269&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: 1746134314, nonceStr: 'vG3Pj9d6WwIDTGxS', signature: 'cf39223de625ccd966d6c515e7c5091d6905797e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4ed6\u8d70\u4e86\uff0c\u4e0e\u8001\u4f34\u5728ICU\u5ea6\u8fc7\u91d1\u5a5a\u4e4b\u540e\u2026","smalltext":"\u6b7b\u751f\u5951\u9614\u2014\u2014\u4e0e\u5b50\u76f8\u60a6\uff0c\u6267\u5b50\u4e4b\u624b\uff0c\u4e0e\u5b50\u5055\u8001\u662f\u4e00\u9996\u6700\u60b2\u54c0\u7684\u8bd7\u2026\u2026\u751f\u4e0e\u6b7b\u4e0e\u79bb\u522b\uff0c\u90fd\u662f\u5927\u4e8b\uff0c\u4e0d\u7531\u6211\u4eec\u652f\u914d\u7684\u3002\u6bd4\u8d77\u5916\u754c\u7684\u529b\u91cf\uff0c\u6211\u4eec\u4eba\u662f\u591a\u4e48\u5c0f\uff0c\u591a\u4e48\u5c0f\uff01ICU\uff0c\u4e00\u4e2a\u751f\u547d\u91cd\u751f\u7684\u6e2f\u6e7e\u3002\u5728\u8fd9\u91cc\u6211\u4eec","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=269"}; 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 () { } }); }); }