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=4801&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: 1744568661,
nonceStr: 'XWqh1igwJrZqqpJR',
signature: '1ffea6fb2501a2633a0e2c7349ac8c4cee17aa2c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202108\/9541835e3ee31d707f38f6de2993fb26.jpg","title":"\u613f\u4f60\u6211\u4e00\u751f\u90fd\u6ee1\u8db3\uff0cDeath Cafe\u4e2d\u5143\u8282\u7279\u522b\u7248","smalltext":"2021\u5e748\u670822\u65e5\uff0c\u4e2d\u5143\u8282\u3002\u5728\u8fd9\u4e00\u5929\uff0c\u6211\u4eec\u7ec8\u4e8e\u7a81\u7834\u5404\u79cd\u963b\u788d\uff0c\u5728\u6ba1\u4eea\u9986\u5916\u7684\u67d0\u4e2a\u901d\u8005\u60bc\u5ff5\u5385\u4e3e\u884c\u4e86\u4e00\u573a\u7279\u522b\u7684\u6b7b\u4ea1\u5496\u5561\u9986\u6d3b\u52a8\u3002\u4ece\u56db\u58f0\u90e8\u843d\u5e26\u9886\u6b7b\u4ea1\u5496\u5561\u9986\u4ee5\u6765\uff0c\u6211\u4eec\u4e00\u76f4\u60f3\u8981\u5728\u6ba1\u4eea\u9986\u505a\u8fd9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4801"};
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 () {
}
});
});
}