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=3617&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: 1745119406,
nonceStr: 'F9HmpMfGyhjaeKFc',
signature: 'f47b67e6cadfe278b187daeff08aa5adc923b852',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202008\/bd86900c1fcfa42e61c11e855ddaa67e.jpg","title":"\u5e38\u5dde\uff1a\u4e0d\u4e00\u6837\u7684\u6625\u5929\uff0c\u9f99\u57ce\u63f4\u9102\u6218\u201c\u75ab\u201d\u65e5\u8bb0\u6b63\u5f0f\u53d1\u5e03","smalltext":"2020\u5e74\u521d\uff0c\u4e00\u573a\u7a81\u5982\u5176\u6765\u7684\u75ab\u60c5\u4ece\u4e5d\u7701\u901a\u8862\u4e4b\u5730\u6563\u9038\u5404\u7701\u30021\u670824\u65e5\uff0c\u6b66\u6c49\u5c01\u57ce\u3002\u4ece1\u670828\u65e5\u81f32\u670829\u65e5\u7684\u4e00\u4e2a\u6708\u91cc\uff0c\u5e38\u5dde\u5404\u7ea7\u533b\u7597\u673a\u6784\u3001\u75be\u63a7\u673a\u6784\u3001\u5f53\u5730\u519b\u961f\u533b\u9662\uff0c\u5305\u62ec\u533b\u7597\u3001\u62a4\u7406\u3001\u5fc3\u7406\u3001\u9662","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3617"};
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 () {
}
});
});
}