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=1699&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: 1747168587,
nonceStr: 'e4LBwyyQOvoVSWWn',
signature: 'f9a1c7cd5ded519603d2aadabb70907ae4f811a6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u5fc3\u9178\u53c8\u53ef\u7231\uff0c\u4f60\u4eec\u77ed\u53d1\u7684\u6837\u5b50\u8d85\u5e05","smalltext":"1\u670829\u65e5\uff0c\u4e00\u5c81\u4e09\u4e2a\u6708\u5b69\u5b50\u7684\u5988\u5988\u8d75\u9752\u548c90\u540e\u7537\u62a4\u58eb\u8d75\u6587\u5764\u7ecf\u8fc7\u57f9\u8bad\u540e\u5373\u5c06\u6295\u5165\u6e56\u5317\u75ab\u60c5\u4e00\u7ebf\u5de5\u4f5c\uff0c\u6bcf\u4e2a\u515a\u5458\u90fd\u662f\u4e00\u9762\u65d7\u5e1c\uff0c\u4ed6\u4eec\u5e73\u65f6\u90fd\u5728ICU\u5de5\u4f5c\u8fc7\uff0c\u800c\u4e14\u7ecf\u9a8c\u4e30\u5bcc\u3002\u4f5c\u4e3a\u63f4\u9102\u7684\u533b\u52a1\u5de5\u4f5c\u8005\uff0c\u5bf9","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1699"};
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 () {
}
});
});
}