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=287&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: 1746158792,
nonceStr: 'eg0wFu6HeHv3shWe',
signature: 'aa015ac099f439faa78e7c5b510819900d2edc28',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/48a6a896d4f1ac02e2761d735a6c16cc.jpg","title":"\u5c71\u4e1c\u7701\u80bf\u7624\u533b\u9662\uff1a\u81f4CANCER\u80cc\u540e\u7684\u4f60","smalltext":"\u4e3a\u5e86\u795d\u56fd\u9645\u62a4\u58eb\u8282\uff0c\u5c71\u4e1c\u7701\u80bf\u7624\u533b\u9662\u62cd\u4e86\u4e00\u90e8\u300a\u81f4CANCER\u80cc\u540e\u7684\u4f60\u300b\u4e3a\u6297\u764c\u4e00\u7ebf\u7684\u62a4\u58eb\u4eec\u9001\u4e0a\u8282\u65e5\u795d\u798f\u3002\u5979\u4eec\u60f3\u8bf4\uff1a\u4eca\u5929\u662f\u4f60\u4eec\u7684\u8282\u65e5\uff0c\u6211\u4eec\u901a\u8fc7\u955c\u5934\u6355\u6349\u75c5\u623f\u4e2d\u5de5\u4f5c\u7684\u4f60\u3001\u624b\u672f\u53f0\u4e0a\u7684\u4f60\u3001","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=287"};
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 () {
}
});
});
}