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=4063&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: 1746314925,
nonceStr: 'zFVg4VKTMutDZHfA',
signature: '924ee6fac7517326cf251348b46366db04490e4d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202102\/6b1dd6bcdeefbdfb51564ce73c7c2ea9.jpg","title":"\u82cf\u5317\u4eba\u6c11\u533b\u9662\uff1a\u4e3a\u7231\u575a\u5b88 \u8d3a\u5c81\u5fae\u7535\u5f71\u300a\u8fc7\u5e74\u300b\u771f\u60c5\u9996\u53d1","smalltext":"\u8fd9\u662f\u4e00\u4e2a\u5173\u4e8e\u300a\u8fc7\u5e74\u300b\u7684\u6545\u4e8b\uff0c\u662f\u4f20\u627f\u767e\u5e74\u4ec1\u7231\uff0c\u7cbe\u901a\u6d4e\u4e16\u533b\u672f\u7684\u201c\u82cf\u5317\u201d\u4eba\u7684\u771f\u5b9e\u5199\u7167\u3002\u6545\u4e8b\u4e0d\u957f\uff0c\u5e76\u4e0d\u96be\u8bb2\uff0c\u75ab\u60c5\u4e4b\u4e0b\uff0c\u575a\u5b88\u5728\u5c97\uff0c\u6b64\u5fc3\u5b89\u5904\uff0c\u4fbf\u662f\u543e\u4e61\u3002\u8fc7\u5e74\uff0c\u5bf9\u4e8e\u6bcf\u4e00\u4f4d\u56fd\u4eba\u800c\u8a00\uff0c\u90fd\u5177\u6709\u7279\u522b\u91cd","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4063"};
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 () {
}
});
});
}