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=4621&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: 1746210248,
nonceStr: 'NbPXuFR5GHkwZhqO',
signature: 'ca12a2a58f7c6333b50e5b13c3e7ba877b402461',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202108\/40ef22cce59e6b638bcc72eb36362708.jpg","title":"\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u4e13\u59d4\u4f1a2021\u5e74\u65b0\u51a0\u75ab\u60c5\u9632\u63a7\u5065\u5eb7\u624b\u518c\u7535\u5b50\u4e66","smalltext":"\u4e00\u522b\u90fd\u95e8\u4e09\u6539\u706b\uff0c\u5929\u6daf\u8e0f\u5c3d\u7ea2\u5c18\u3002\u4f9d\u7136\u4e00\u7b11\u4f5c\u6625\u6e29\uff0c\u6211\u4eec\u5df2\u7ecf\u597d\u591a\u65e5\u5b50\u4e0d\u89c1\uff0c\u751a\u4e3a\u601d\u5ff5\u3002\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u7206\u53d1\u4ee5\u6765\uff0c\u6211\u4eec\u4e0e\u5168\u56fd\u5343\u4e07\u767d\u8863\u4f7f\u8005\u4e00\u9053\uff0c\u540c\u5fc3\u622e\u529b\uff0c\u5728\u5404\u81ea\u7684\u5c97\u4f4d\u4e0a\u5145\u5206\u4f53\u73b0\u51fa\u62c5\u5f53\uff0c\u5f70\u663e\u51fa","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4621"};
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 () {
}
});
});
}