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=4702&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: 1746208922,
nonceStr: 'mORSuxy5CdTWlcsT',
signature: 'b1a7d84ea5af61859a8a7b60610c76be40d224ff',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202108\/10278e5ebf4a981ffd0591c87a505629.jpg","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u72ec\u5c45\u8001\u4eba\u4e24\u6b21\u53d7\u4f24\u83b7\u540c\u4e00\u5bb6\u533b\u9662\u514d\u8d39\u6551\u6cbb","smalltext":"8\u670816\u65e5\u4e0b\u534815\u65f6\uff0c\u5bb6\u4f4f\u9655\u897f\u7701\u54b8\u9633\u5e02\u6e2d\u57ce\u533a\u4e2d\u5c71\u885784\u5c81\u7684\u66f9\u5976\u5976\u5916\u51fa\u65f6\u4e0d\u614e\u6454\u4f24\uff0c\u9762\u90e8\u8840\u6d41\u4e0d\u6b62\uff0c\u6b63\u5728\u6267\u52e4\u7684\u6e2d\u57ce\u533a\u4ea4\u8b66\u5927\u961f\u4e24\u4f4d\u4ea4\u8b66\u53d1\u73b0\u540e\u7b2c\u4e00\u65f6\u95f4\u5c06\u5176\u9001\u5f80\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u3002\u4e2d\u5fc3\u533b\u9662","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4702"};
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 () {
}
});
});
}