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=1957&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: 1747146379,
nonceStr: 'ebaiyrEgymtQyc8k',
signature: '0397745ada8a9555dd026d507ed9d4af54cf2688',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u9694\u79bb\u75c5\u623f\u7684\u4e00\u5929","smalltext":"\u65e9\u66687:00\u70b9ICU\u62a4\u58eb\u9f9a\u51ef \u4eca\u5929\u662f\u6211\u8fdb\u5165\u65b0\u51a0\u80ba\u708e\u5371\u91cd\u75c7\u76d1\u62a4\u75c5\u623f\u7b2c\u4e03\u5929\uff0c\u4ece\u6700\u521d\u7684\u7d27\u5f20\u548c\u4e0d\u5b89\uff0c\u5230\u73b0\u5728\u7684\u4ece\u5bb9\u548c\u6de1\u5b9a\uff0c\u6211\u5df2\u7ecf\u6210\u4e3a\u4e86\u4e00\u4e2a\u771f\u6b63\u7684\u6218\u58eb\u3002\u65e9\u4e0a\u4e03\u70b9\uff0c\u6211\u4eec\u7b2c\u4e00\u7ec4\u4eba\u5458\u5f00\u59cb\u7a7f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1957"};
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 () {
}
});
});
}