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=4676&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: 1746208708,
nonceStr: 'y6QFblf0O0CPWpYN',
signature: '03c6e4e66782fa66e6d53babe3caf02b26256872',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202108\/d101a9b69a8bb91910536c0a59bdb304.jpg","title":"\u5e86\u9633\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u533b\u8005\u5927\u7231\uff0c\u6211\u53ea\u60f3\u6551\u4f60\u7684\u547d","smalltext":"\u4e0d\u7ba1\u8c01\u751f\u4e86\u75c5\uff0c\u75c5\u60c5\u7a0d\u5fae\u4e00\u7d27\u5f20\uff0c\u7b2c\u4e00\u65f6\u95f4\uff0c\u5bb6\u5c5e\u3001\u60a3\u8005\u90fd\u4f1a\u592e\u6c42\u533b\u9662\u3001\u8bf7\u6c42\u533b\u751f\u8d76\u5feb\u6cbb\u75c5\u3001\u6551\u4eba\u554a\u3002\u53ef\u4ee5\u8bf4\uff0c\u6bcf\u5929\uff0c\u6709\u6c42\u4e8e\u533b\u751f\u7684\u4eba\u90fd\u6392\u7740\u5927\u957f\u961f\u3002\u4f46\u662f\u4f5c\u4e3a\u533b\u751f\uff0c\u9762\u5bf9\u4e00\u4e2a\u6781\u5176\u5371\u91cd\u3001\u547d\u60ac\u4e00\u7ebf","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4676"};
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 () {
}
});
});
}