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=1557&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: 1716086011, nonceStr: 'oRLDGO28fXY4ILh3', signature: '8357f58fa42e7cda678d98b0d11ef1f5dafb0ad2', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u533b\u5927\u9644\u4e8c\u9662\uff1a\u8fd9\u4f4d\u7edd\u671b\u7684\u8eba\u5728ICU\u4e00\u5e74\u591a\u7684\u8001\u4eba\uff0c\u88ab\u5e2e\u6276\u533b\u5e08\u6551\u4e86","smalltext":" \u8ddf\u7740\u5170\u5c0f\u8349\u5fd7\u613f\u670d\u52a1\u961f\u548c\u6e29\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u7b2c\u4e8c\u533b\u9662\u7684\u968f\u8bbf\u533b\u751f\u8d70\u8fdb\u660f\u6697\u7684\u5c0f\u623f\u95f4\uff0c55\u5c81\u7684\u5434\u5148\u751f\u6b63\u534a\u9760\u5728\u75c5\u5e8a\u4e0a\uff0c\u5c1d\u8bd5\u7740\u81ea\u5df1\u62ac\u624b\u5403\u996d\u3002\u770b\u89c1\u533b\u751f\uff0c\u5434\u5148\u751f\u7684\u59b9\u59b9\u62c9\u7740\u533b\u751f\u7684\u624b\u6fc0\u52a8","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1557"}; 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 () { } }); }); }