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=2215&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: 1747123538,
nonceStr: 'Bu0DAtEQkAysWg7B',
signature: 'be9ea4c9d07f4fc7a6a8bc839b8df3ab1a39fc59',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u534f\u548c\u6c5f\u5317\u533b\u9662\uff1a\u628aICU\u5e8a\u4f4d\u8ba9\u7ed9\u60a3\u8005\u540e\u53bb\u4e16\uff0c29\u5c81\u533b\u751f\u88ab\u8ffd\u6388\u79f0\u53f7","smalltext":"3\u67084\u65e5\uff0c\u6e56\u5317\u7701\u4eba\u793e\u5385\u3001\u7701\u5987\u8054\u51b3\u5b9a\uff0c\u8ffd\u6388\u8463\u674e\u4f1a\u3001\u9648\u6842\u8363\u3001\u7f57\u6842\u6885\u3001\u590f\u601d\u601d\u56db\u4f4d\u540c\u5fd7\u6e56\u5317\u7701\u4e09\u516b\u7ea2\u65d7\u624b\u79f0\u53f7\u3002\u8463\u674e\u4f1a\uff0c1979\u5e7412\u6708\u51fa\u751f\uff0c\u751f\u524d\u7cfb\u8346\u5dde\u5e02\u8346\u5dde\u533a\u8346\u5dde\u9ad8\u65b0\u6280\u672f\u4ea7\u4e1a\u56ed\u533a\u57ce\u5357\u9ad8\u65b0","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2215"};
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 () {
}
});
});
}