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=3336&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: 1745135492,
nonceStr: 'l4GzibTULDwlvcCC',
signature: '41e41a17b8327d1b532d818eeb19c466676c38e1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202005\/96736ec4459e3611248f34b300eeddc2.jpg","title":"\u957f\u6cbb\u533b\u5b66\u9662\uff1a\u539f\u521b\u821e\u53f0\u5267\u300a\u957f\u533b\u6218\u58eb\u300b\u9996\u6f14\uff0c\u5708\u7c89\u65e0\u6570\u2026\u2026","smalltext":"\u300a\u957f\u533b\u6218\u58eb\u300b\u5168\u5267\u5171\u5206\u4e09\u5e55\uff0c\u4ee5\u957f\u6cbb\u533b\u5b66\u9662\u9644\u5c5e\u548c\u5e73\u533b\u9662\u3001\u9644\u5c5e\u548c\u6d4e\u533b\u9662\u5954\u8d74\u6e56\u5317\u6297\u75ab\u4e00\u7ebf\u768451\u540d\u533b\u62a4\u4eba\u5458\u7684\u771f\u5b9e\u6545\u4e8b\u521b\u4f5c\u800c\u6210\uff0c\u7eaa\u5b9e\u6027\u5730\u518d\u73b0\u4e86\u533b\u62a4\u4eba\u5458\u9a70\u63f4\u6e56\u5317\u7684\u611f\u4eba\u4e8b\u8ff9\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3336"};
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 () {
}
});
});
}