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=3949&classid=9&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: 1743632785,
nonceStr: 'xc9qMNsW9OFc205x',
signature: '22294741e220ba07534a84350250013ec9bfcb11',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202101\/899de0b80ece3c5d83bd055d63eeaa64.jpg","title":"\u767d\u6625\u793c\u9662\u58eb\uff1a\u4e16\u754c\u79d1\u6280\u524d\u6cbf\u53d1\u5c55\u6001\u52bf","smalltext":"\u8fd1\u4ee3\u79d1\u5b66\u8bde\u751f\u4ee5\u6765\uff0c\u5df2\u7ecf\u53d1\u751f\u4e865\u6b21\u79d1\u6280\u9769\u547d\uff0c\u5bf9\u4eba\u7c7b\u793e\u4f1a\u7684\u53d1\u5c55\u8fdb\u7a0b\u4ea7\u751f\u4e86\u6df1\u8fdc\u7684\u3001\u9769\u547d\u6027\u7684\u5f71\u54cd\uff0c\u4ece\u6839\u672c\u4e0a\u6539\u53d8\u4e86\u5168\u7403\u653f\u6cbb\u7ecf\u6d4e\u683c\u5c40\u3002\u5f53\u524d\uff0c\u9762\u5bf9\u767e\u5e74\u672a\u6709\u4e4b\u5927\u53d8\u5c40\uff0c\u79d1\u6280\u521b\u65b0\u5df2\u6210\u4e3a\u5f71\u54cd\u548c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=9&id=3949"};
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 () {
}
});
});
}