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=5188&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: 1743764387,
nonceStr: 'mYBXHNCB7kjWzRmt',
signature: '0db3ac4bb79f206b9d8daa3026ff22b5d07f1e8c',
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\u5987\u4ea7\u79d1\u533b\u62a4\u4eba\u5458\u5145\u5f53\u201c\u966a\u68c0\u201d","smalltext":"1\u670810\u65e5\u508d\u665a,\u6566\u5316\u5e02\u533b\u9662\u5987\u4ea7\u79d1\u6536\u6cbb\u4e00\u540d\u76c6\u8154\u80bf\u7269\u60a3\u8005\uff0c\u4e3b\u6cbb\u533b\u751f\u59dc\u4f76\u8fdb\u884c\u5e38\u89c4\u68c0\u67e5\uff0c\u53d1\u73b0\u60a3\u8005\u8840\u7cd6\u9ad8\u8fbe26.2mmol\/L,\u4e34\u5e8a\u7ecf\u9a8c\u4e30\u5bcc\u7684\u59dc\u4f76\u533b\u751f\u7acb\u5373\u91cd\u89c6\u8d77\u6765\uff0c\u9a6c\u4e0a\u8fdb\u884c\u9662\u5185\u4f1a\u8bca\uff0c\u5e76\u901a\u77e5\u62a4\u58eb","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5188"};
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 () {
}
});
});
}