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=2818&classid=13&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: 1715876092, nonceStr: 'GyVhyzDWrqQ0BM5o', signature: 'db85450bfa43b5812d54fdba5654cfc806ef6b4e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u200b\u56fd\u836f\u4e1c\u98ce\u603b\u533b\u9662\u91cd\u75c7\u533b\u5b66\u56e2\u961f\uff1a\u7528\u6700\u786c\u7684\u9cde\uff0c\u5b88\u62a4\u6700\u4eb2\u7684\u4eba","smalltext":"\u56fd\u836f\u4e1c\u98ce\u603b\u533b\u9662\u91cd\u75c7\u533b\u5b66\u79d1\u521b\u5efa\u4e8e1996\u5e74\uff0c\u76ee\u524d\u5f00\u8bbe\u4e13\u4e1a\u75c5\u5e8a15\u5f20\uff0c\u4e13\u79d1\u6280\u672f\u4eba\u545830\u4f59\u540d\uff0c\u62e5\u6709\u4e00\u6279\u6cbb\u5b66\u4e25\u8c28\u3001\u52c7\u4e8e\u521b\u65b0\u7684\u77e5\u540d\u4e13\u5bb6\uff0c\u79d1\u5ba4\u914d\u5907\u4e24\u53f0ECMO\u7b49\u5148\u8fdb\u8bbe\u5907\uff0c\u5148\u540e\u8363\u83b7\u5341\u5830\u5e02\u201c\u7532\u7c7b\u4e34\u5e8a","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2818"}; 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 () { } }); }); }