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=1482&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: 1743632680,
nonceStr: 'RuWv5WaICNZ5yLo5',
signature: 'c1a987d8f5a42a8426ab93465be52ca5b41ed8b3',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/931425ad179bb1c55453a49b3aacad5f.gif","title":"\u3010\u606d\u559c\u3011\u5173\u4e8e\u8868\u5f702019\u5e74\u5ea6\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u4e13\u59d4\u4f1a\u5148\u8fdb\u4e2a\u4eba\u7684\u901a\u77e5","smalltext":"2019\u5e74\u4ee5\u6765\uff0c\u5728\u534f\u4f1a\u9886\u5bfc\u7684\u5173\u5fc3\u652f\u6301\u4e0b\uff0c\u5728\u5404\u6709\u5173\u5355\u4f4d\u56e2\u4f53\u7684\u534f\u52a9\u4e0b\uff0c\u7ecf\u8fc7\u533b\u9662\u4eba\u6587\u4e13\u59d4\u4f1a\u5168\u4f53\u59d4\u5458\u7684\u5171\u540c\u52aa\u529b\uff0c\u4e13\u59d4\u4f1a\u7684\u5404\u9879\u5de5\u4f5c\u53d6\u5f97\u4e86\u663e\u8457\u6210\u7ee9\uff0c\u5728\u533b\u9662\u4eba\u6587\u54c1\u724c\u5efa\u8bbe\u4e0a\u53d1\u6325\u51fa\u79ef\u6781\u7684\u4f5c\u7528\uff0c\u5f97","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1482"};
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 () {
}
});
});
}