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=3416&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: 1745135809,
nonceStr: 'KAqFqLyYUYXZVZ9p',
signature: '2c278289cde39b3c4cad0cff20fa11ba0d0e4bfd',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u751f\u6b7b\u65f6\u901f\uff5c\u9ad8\u4e2d\u751f\u8fc7\u654f\u6027\u4f11\u514b\u6655\u5012\u5728\u533b\u9662\u8d70\u5eca","smalltext":"6\u670818\u65e5\uff0c\u4e00\u4e2a\u5bfb\u5e38\u7684\u5348\u540e\uff0c\u6b63\u5728\u503c\u73ed\u7684\u6566\u5316\u5e02\u533b\u9662ICU\u533b\u751f\u5f20\u6653\u857e\u542c\u5230\u4e00\u9635\u6025\u4fc3\u7684\u547c\u6551\u58f0\uff1a\u201c\u5feb\u6765\u4eba\u5440\uff0c\u8d70\u5eca\u91cc\u6709\u4eba\u6655\u5012\u4e86\uff01\u201d\u542c\u5230\u547c\u6551\u540e\uff0c\u5979\u7acb\u523b\u8d77\u8eab\u51b2\u51fa\u75c5\u623f\uff0c\u79d1\u91cc\u7684\u5176\u4ed6\u62a4\u58eb\u4eec\u4e5f\u7acb\u523b\u5206\u5de5\u5408\u4f5c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3416"};
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 () {
}
});
});
}