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=1586&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: 1749481696,
nonceStr: 'S5egZwdJpE55XRM1',
signature: '78a6593cceb4759c748cab1092388f8409e63131',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u4eba\u6c11\u533b\u9662\u6e29\u6c5f\u533b\u9662\uff1a\u4e00\u4e2a\u533b\u751f\u5728ICU\u75c5\u5e8a\u524d\u7684\u5185\u5fc3\u72ec\u767d","smalltext":"\u7236\u6bcd\u5728\uff0c\u4eba\u751f\u5c1a\u6709\u6765\u5904\uff0c\u7236\u6bcd\u53bb\uff0c\u6b64\u751f\u53ea\u5269\u5f52\u9014\u3002\u4ed6\u4eec\u6bcf\u5929\u90fd\u6765\u7684\u6bd4\u522b\u4eba\u65e9\uff0c\u6bcf\u6b21\u90fd\u5e26\u7740\u4e00\u5f20\u5c0f\u65b9\u51f3\uff0c\u7ad9\u5230\u7a97\u524d\uff0c\u62c9\u62c9\u5927\u7237\u7684\u624b\uff0c\u543b\u4e00\u4e0b\u5927\u7237\u7684\u989d\u5934\uff0c\u773c\u775b\u770b\u7740\u5927\u7237\u7684\u773c\u775b\u3002\u513f\u5973\u4eec\u6765\u65f6\uff0c\u4e00\u58f0\u58f0\u4eb2\u5207\u7684\u547c\u5524\uff0c\u7238\u7238\u3001\u7238\u7238\u3001\u7238\u7238\u2026\u2026\u9648\u5927\u7237\u662f\u4e2a\u53c2\u52a0\u8fc7\u6297\u7f8e\u63f4\u671d\u7684\u8001\u5175\uff0c\u7acb\u8fc7\u4e09\u7b49\u529f\uff0c\u662f\u4e00\u4e2a\u8001\u5171\u4ea7\u515a\u5458\u3002\u6211\u7ed9\u4ed6\u7ffb\u8eab\uff0c\u62cd\u80cc\uff0c\u64e6\u80cc\uff0c\u4ed6\u80cc\u4e0a\u7684\u90a3\u9053\u4f24\u75d5\u5c31\u5728\u6211\u7684\u624b\u638c\u4e2d\uff0c\u4e00\u79cd\u7236\u7231\u7684\u575a\u97e7\u4f20\u9012\u8fc7\u6765\uff0c\u6211\u4f2b\u8db3\u5728\u4ed6\u7684\u5e8a\u524d\uff0c\u597d\u60f3\u5411\u5927\u7237\u656c\u4e0a\u4e00\u4e2a\u519b\u793c\u3002\u4f5c\u4e3a\u4e00\u540d\u533b\u52a1\u5de5\u4f5c\u8005\uff0c\u5475\u62a4\u767e\u59d3\u5065\u5eb7\u662f\u6211\u4eec\u7684\u804c\u8d23\uff0c\u8fd9\u4efd\u8d23\u4efb\u662f\u6c89\u7538\u7538\u7684\u3002\u75c5\u4eba\u54ea\u6015\u53ea\u67091%\u7684\u5e0c\u671b\uff0c\u6211\u4eec\u90fd\u4f1a\u4ed8\u51fa100%\u7684\u52aa\u529b\u3002\u8fd9\u4e9b\u4e0d","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1586"};
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 () {
}
});
});
}