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=4807&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: 1716102321, nonceStr: 'Cf48qvidHUbKZKNl', signature: 'e06d2204ed2737f5f81def9c40d6fcad8345157e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u62a4\u58eb\u7684\u4e00\u5929","smalltext":"\u9ad8\u5b5f\u9896\u662f\u6566\u5316\u5e02\u533b\u9662ICU\u62a4\u58eb\u957f\uff0c\u6709\u7740\u5341\u5e74\u4e34\u5e8a\u62a4\u7406\u7ecf\u9a8c\u7684\u5979\uff0c\u4e0d\u4ec5\u653f\u6cbb\u7d20\u8d28\u786c\u3001\u4e1a\u52a1\u6280\u672f\u7cbe\uff0c\u800c\u4e14\u5177\u6709\u624e\u5b9e\u7684\u5371\u91cd\u60a3\u8005\u6551\u6cbb\u62a4\u7406\u80fd\u529b\u30027:20 \u6bcf\u5929\u63d0\u524d\u6765\u5230\u79d1\u91cc\u5df2\u7ecf\u6210\u4e3a\u4e00\u79cd\u4e60\u60ef\uff0c\u6362\u597d\u62a4\u58eb\u88c5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4807"}; 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 () { } }); }); }