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=4560&classid=10&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: 1746242484,
nonceStr: 'ewOH0InupH9kgTGs',
signature: '3e08248b73d63d932b2bbb9482d219e5f969a3e6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202108\/6600c6ce18b775490d715a794b2a7b9e.jpg","title":"\u6811\u5170\u533b\u7597-\u54c1\u5ba3\u90e8","smalltext":"\u6811\u5170\u6709\u4f60 \u5927\u6709\u53ef\u4e3a\u533b\u9662\u662f\u4e2a\u6b8b\u9177\u7684\u5730\u65b9\uff0c\u6bcf\u5929\u90fd\u6709\u4eba\u5728\u8fd9\u91cc\u9762\u5bf9\u751f\u8001\u75c5\u6b7b\uff1b\u533b\u9662\u4e5f\u662f\u4e2a\u5145\u6ee1\u6e29\u60c5\u7684\u5730\u65b9\uff0c\u6bcf\u5929\u90fd\u6709\u65b0\u7684\u751f\u547d\u4ece\u8fd9\u91cc\u5f00\u59cb\u2026\u2026\u533b\u9662\u5f88\u5fd9\u788c\uff0c\u533b\u751f\u975e\u5e38\u7684\u7e41\u5fd9\uff0c\u7cbe\u795e\u72b6\u6001\u4e5f\u5f88\u7d27\u5f20\uff1b\u75c5","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4560"};
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 () {
}
});
});
}