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=841&classid=4&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: 1738748875,
nonceStr: 'UzurcybIHWNXSuyV',
signature: '86896d0d5afb4603a56723a5f61c0f30e793ec95',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/87fc96a040e06ba2714d3ec4c2b9eafb.jpg","title":"\u4e0a\u6d77\u5e02\u513f\u7ae5\u533b\u9662\u94ae\u9a8f\uff1a\u4ece\u8ba9\u60a3\u513f\u80fd\u5fae\u7b11\u5230\u6784\u5efa\u513f\u7ae5\u53cb\u597d\u578b\u533b\u9662","smalltext":"\u6211\u662f\u4e00\u540d\u4e0a\u6d77\u77e5\u9752\u56de\u6caa\u5b50\u5973\uff0c\u4e00\u5c81\u4e4b\u5185\u6211\u8fde\u7eed\u4e24\u6b21\u7ecf\u4e0a\u6d77\u5e02\u513f\u7ae5\u533b\u9662\u62a2\u6551\u624d\u5eb7\u590d\uff0c20\u5c81\u6211\u53c8\u8fdb\u5165\u513f\u7ae5\u533b\u9662\u5de5\u4f5c\uff0c23\u5c81\u5149\u8363\u6210\u4e3a\u4e00\u540d\u4e2d\u56fd\u5171\u4ea7\u515a\u5458\uff0c\u4ece\u6b64\u4e0e\u513f\u7ae5\u533b\u9662\u7ed3\u4e0b\u4e0d\u89e3\u60c5\u7f18\u3002\u4eca\u5e74\u662f\u6211\u8fdb\u5165","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=841"};
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 () {
}
});
});
}