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=6705&classid=14&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: 1743703331,
nonceStr: 'NNvXKuftkAqVW02s',
signature: '7bf2a70d3d732aa582fb246bfb0884ce70943a52',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1aICU\u91cc\u7684\u4e16\u754c","smalltext":"\u751f\u4e0e\u6b7b\u4e4b\u95f4\uff0c\u9694\u7740\u4e00\u4e2aICU\uff0c\u5728\u8fd9\u4e2a\u62a2\u6551\u6025\u5371\u91cd\u75c7\u60a3\u8005\u7684\u4e3b\u6218\u573a\u91cc\uff0c\u6bcf\u4e00\u5206\u6bcf\u4e00\u79d2\uff0c\u5bf9\u4e8e\u751f\u547d\u800c\u8a00\uff0c\u5f25\u8db3\u73cd\u8d35\u3002\u5728ICU\u7684\u4e16\u754c\u91cc\uff0c\u9664\u4e86\u6709\u4e89\u5206\u593a\u79d2\u3001\u7d27\u5f20\u7126\u8651\u4e0e\u7edd\u671b\uff0c\u4e5f\u6709\u91cd\u751f\u7684\u5e0c\u671b\u3001\u5b88\u62a4\u7684\u6e29\u6696\u3001\u575a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6705"};
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 () {
}
});
});
}