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=1875&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: 1747145866,
nonceStr: 'djONLyIgVzfEoxlX',
signature: '38babc5ae854888a56b1efbfd5dae1833af7dbe1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u5e73\u51e1\u7684\u5973\u5b50","smalltext":"2\u67089\u65e5\u51cc\u6668\uff0c\u5e38\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u6025\u8bca\u79d1\u4e0eICU\u7684\u4e3b\u7ba1\u62a4\u5e08\u5e84\u6d9b\u9759\u3001\u674e\u9759\u7a81\u7136\u63a5\u5230\u62a4\u58eb\u957f\u7535\u8bdd\uff0c\u5979\u4eec\u5c06\u4f5c\u4e3a\u6c5f\u82cf\u7b2c\u4e8c\u6279\u533b\u7597\u961f\u6210\u5458\u4e8e\u5f53\u5929\u4e0b\u5348\u7d27\u6025\u9a70\u63f4\u6e56\u5317\u3002\u63a5\u5230\u7535\u8bdd\u7684\u4e24\u4f4d\u62a4\u58eb\uff0c\u6ca1\u6709\u72b9\u8c6b\uff0c\u7b2c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1875"};
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 () {
}
});
});
}