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=3983&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: 1745056629,
nonceStr: 'egCWYRgnkHNiBxtI',
signature: '3f64ef521dfdaf2d843bee0738006e577b99178e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662:\u4e3a\u827e\u6ecb\u75c5\u5b55\u4ea7\u5987\u4fdd\u9a7e\u62a4\u822a","smalltext":"\u5b89\u5a1c\uff08\u5316\u540d\uff09\u5728\u598a\u5a204\u6708\u4ea7\u68c0\u65f6\u88ab\u786e\u8bcaHIV\u75c5\u6bd2\u611f\u67d3\uff0c\u5386\u7ecf\u6050\u60e7\u3001\u9003\u907f\u3001\u7126\u8651\u3001\u6291\u90c1\u7b49\u7b49\u60c5\u7eea\u540e\uff0c\u5979\u6765\u5230\u9655\u897f\u7701\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u4ea7\u79d1\u95e8\u8bca\uff0c\u52c7\u6562\u9762\u5bf9\u95ee\u9898\u3002\u4e3a\u65b0\u751f\u513f\u5065\u5eb7\u8003\u8651\uff0c\u907f\u514dHIV\u75c5\u6bd2\u7ecf\u8fc7\u6bcd\u5a74","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3983"};
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 () {
}
});
});
}