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=6826&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: 1746795407,
nonceStr: 'QPixpbcxZdf8v6DS',
signature: 'a41ac9182a586f3ca5ace78ed268c206d1891494',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/d\/file\/p\/202412\/28497cf7a799b92fcc98889404244a21.jpg","title":"\u56fd\u9645\u533b\u7597\u8d28\u91cf\u4e0e\u5b89\u5168\u79d1\u5b66\u9662\u7ec8\u8eab\u9662\u58eb\u3001\u6e05\u534e\u5927\u5b66\u533b\u9662\u7ba1\u7406\u7814\u7a76\u9662\u521b\u59cb\u4eba\u5218\u5ead\u82b3\u6559\u6388\u4e3a\u4e13\u59d4\u4f1a\u9898\u8bcd","smalltext":"ISQua\u2014IAQS\uff08\u56fd\u9645\u533b\u7597\u8d28\u91cf\u4e0e\u5b89\u5168\u79d1\u5b66\u9662\uff09\u7ec8\u8eab\u9662\u58eb\u3001\u6e05\u534e\u5927\u5b66\u533b\u9662\u7ba1\u7406\u7814\u7a76\u9662\u521b\u59cb\u4eba\u3001\u7b2c\u4e00\u5c4a\u56fd\u5bb6\u533b\u4fdd\u5c40DRGs\u63a8\u8fdb\u9879\u76ee\u54a8\u8be2\u4e13\u5bb6 \u3001\u7b2c\u4e8c\u5c4a\u56fd\u5bb6\u4e2d\u533b\u836f\u7ba1\u7406\u5c40\u4e2d\u533b\u836f\u6539\u9769\u4e0e\u53d1\u5c55\u54a8\u8be2\u4e13\u5bb6","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6826"};
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 () {
}
});
});
}