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=5139&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: 1744403903,
nonceStr: 'rcEt9mjMi4WAmOgm',
signature: '308bc46cbd26266c5fcda896f4290c980b7c02f9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u9694\u79bb\u75c5\u6bd2\uff0c\u4e0d\u9694\u79bb\u7231\uff0cICU\u5fae\u4fe1\u89c6\u9891\u63a2\u89c6\u8bde\u751f\u8bb0","smalltext":"\u4f17\u6240\u7686\u77e5\uff0cICU\u662f\u7279\u6b8a\u7ba1\u7406\u7684\u79d1\u5ba4\uff0c\u5bf9\u5bb6\u5c5e\u63a2\u89c6\u4e5f\u6709\u7740\u4e25\u683c\u8981\u6c42\uff0c\u4f46\u662f\u53c8\u6709\u90a3\u4e00\u4e2a\u5bb6\u5c5e\u4e0d\u60f3\u966a\u4f34\u81ea\u5df1\u7684\u4eb2\u4eba\u3002\u56e0\u6b64\uff0c\u5982\u4f55\u5728\u7b26\u5408\u75ab\u60c5\u9632\u63a7\u7684\u8981\u6c42\u4e0b\uff0c\u53c8\u517c\u987eICU\u60a3\u8005\u5bb6\u5c5e\u63a2\u89c6\u7684\u8981\u6c42\u6210\u4e86ICU\u533b\u52a1\u4eba","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5139"};
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 () {
}
});
});
}