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=694&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: 1749359663, nonceStr: '1LdEwmnhp4iCStwv', signature: '695bf83c826035fccdd4bd5c9e9e38bf3e89cf26', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/8e38f0429a4a6dc03848cc087ca8dca0.jpg","title":"\u5b9c\u5bbe\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u5730\u9707\u4e2d\u7684\u5357\u4e01\u683c\u5c14\u5fd7\u613f\u8005\u4eec","smalltext":"\u4f5c\u4e3a6\u00b717\u957f\u5b81\u5730\u9707\u5371\u91cd\u4f24\u5458\u96c6\u4e2d\u6551\u6cbb\u75c5\u623f\uff0c\u5b9c\u5bbe\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662(\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\u5b9c\u5bbe\u533b\u9662)ICU\u6700\u8fd1\u683c\u5916\u53d7\u4eba\u5173\u6ce8,\u4e3a\u4e86\u65b9\u4fbf\u6cbb\u7597\uff0cICU\u4e34\u65f6\u817e\u51fa\u5de6\u8fb9\u75c5\u623f\u533a\u57df\u4e13\u95e8\u5b89\u7f6e\u8fd9\u4e9b\u5730\u9707\u4e2d\u7684\u4f24\u5458","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=694"}; 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 () { } }); }); }