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=6605&classid=14&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: 1743651426,
nonceStr: 'EUWOyaaydSvKhpKC',
signature: '78ea2a39d7d993a0b118e25fb05d12b8189fda40',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u62a4\u4eba\u66f4\u62a4\u5fc3 \u4eba\u6587\u5173\u6000\u6696\u4eba\u5fc3","smalltext":"\u91cd\u5e86\u5e02\u516c\u5171\u536b\u751f\u533b\u7597\u6551\u6cbb\u4e2d\u5fc3\u4ee5\u6539\u5584\u62a4\u7406\u670d\u52a1\u4e3a\u6293\u624b\uff0c\u63a2\u7d22HIV\u60a3\u8005\u201c\u4e92\u8054\u7f51+\u201d\u5ef6\u7eed\u62a4\u7406\u65b0\u6a21\u5f0f\u4e00\u3001\u80cc\u666fHIV\u662f\u4e00\u79cd\u4e25\u91cd\u7684\u4f20\u67d3\u75c5\uff0c\u9700\u8981\u957f\u671f\u7684\u6cbb\u7597\u548c\u7ba1\u7406\u3002\u7136\u800c\uff0c\u4f20\u7edf\u7684\u62a4\u7406\u670d\u52a1\u6a21\u5f0f\u5f80\u5f80","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6605"};
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 () {
}
});
});
}