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=3997&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: 1745056100,
nonceStr: 'EKxWOrsaJVnvNsOO',
signature: 'ef79766cc63882deb6d4ebdd68551f1f986d10d2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202102\/7f41fc3536c0ae385d48013e04a395fe.jpg","title":"\u6566\u5316\u5e02\u4e2d\u533b\u9662\uff1a\u70b9\u6ef4\u95ee\u5019\uff0c\u611f\u52a8\u68c0\u6d4b\u4eba\u5458","smalltext":"1\u670827\u65e5\u662f\u6566\u5316\u5e02\u4e2d\u533b\u9662\u738b\u5609\u5230\u901a\u5316\u5fd7\u613f\u6838\u9178\u68c0\u6d4b\u7684\u7b2c\u4e09\u5929\uff0c\u4e5f\u662f\u5979\u500d\u611f\u5173\u7231\u7684\u4e00\u5929\uff0c\u8fd9\u4e00\u5929\u5979\u5728\u9152\u5e97\u63a5\u5230\u4e86\u5728\u901a\u5316\u7684\u6566\u5316\u8001\u4e61\u6253\u6765\u7684\u7535\u8bdd\uff0c\u7b80\u5355\u8be2\u95ee\u540e\u4e0b\u5348\u5c31\u6765\u5230\u9152\u5e97\uff0c\u7ed9\u5979\u9001\u6765\u4e86\u6876\u9762\u3001\u706b\u817f\u80a0\u3001\u725b\u5976\u3001\u9762\u5305\u997c\u5e72\u7b49\u98df\u54c1\uff0c\u5979\u611f\u52a8\u5f97\u5dee\u70b9\u6389\u773c\u6cea\uff0c\u56e0\u4e3a\u8fd9\u4e9b\u6b63\u662f\u5979\u4eec\u68c0\u6d4b\u4eba\u5458\u8feb\u5207\u9700\u8981\u7684\u4e1c\u897f\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3997"};
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 () {
}
});
});
}