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=2301&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: 1747124828, nonceStr: 'AWZ2lLVMqrjtiJDv', signature: '11199623ae822095ec2865e553024b63a43b4ace', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202003\/8fa3f4979ea55cc2e063271a22c61cc0.jpg","title":"\u6210\u90fd\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\uff1a\u63f4\u9102\u62a4\u58eb\u76fc\u795b\u9664\u5c0f\u817f\u7622\u75d5\u4eca\u590f\u80fd\u7a7f\u88d9\u5b50 \u533b\u9662\u56de\u5e94\uff1a\u5b89\u6392\uff01","smalltext":"\u201c\u9646\u8001\u5e08\uff0c\u53ef\u4ee5\u795b\u9664\u70eb\u4f24\u540e\u7684\u7622\u75d5\u5417\uff1f\u201d\u201c\u505a\u5b8c\u6548\u679c\u5927\u81f4\u600e\u4e48\u6837\uff1f\u53ea\u5e0c\u671b\u8fd8\u80fd\u7a7f\u88d9\u5b50\u3002\u201d\u8fd1\u65e5\uff0c\u56db\u5ddd\u7b2c\u4e03\u6279\u63f4\u6e56\u5317\u533b\u7597\u961f\u961f\u5458\u3001\u6210\u90fd\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662ICU\u62a4\u58eb\u9648\u73b2\u5728\u5fae\u4fe1\u4e0a\u54a8\u8be2\u76ae\u80a4\u79d1\u4e3b\u4efb","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2301"}; 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 () { } }); }); }