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=4915&classid=11&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: 1716171299, nonceStr: 'NaQiu9UEDaZrOZxo', signature: '07c68d13b928484cbaf2a8705c4a5bfa3737f399', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u5e02\u6b66\u660c\u533b\u9662-ICU\u75c5\u623f\u91cc \u8001\u7237\u7237\u5bf9\u4ed6\u505a\u4e86\u8fd9\u4e2a\u6e29\u6696\u7684\u52a8\u4f5c","smalltext":"\u6709\u8fd9\u6837\u4e00\u5f20\u7167\u7247\uff0c\u7167\u7247\u91cc\u6709\u4f4d\u7237\u7237\u8eba\u5728\u75c5\u5e8a\u4e0a\uff0c\u4e00\u53ea\u624b\u8f7b\u8f7b\u7684\u6328\u7740\u4e00\u4f4d\u5e74\u8f7b\u62a4\u58eb\u7684\u5934\uff0c\u573a\u9762\u6e29\u6696\u800c\u611f\u52a8\u30028\u670819\u65e5\uff0c\u5728\u6b66\u6c49\u5e02\u6b66\u660c\u533b\u9662\u91cd\u75c7\u533b\u5b66\u79d1\u79d1\u5ba4\u7fa4\u91cc\uff0c\u5927\u5bb6\u7eb7\u7eb7\u70b9\u8d5e\u4e86\u8fd9\u5f20\u7279\u6b8a\u7684\u7167\u7247\u3002"\u51b0","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4915"}; 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 () { } }); }); }