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=4448&classid=14&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: 1743632891,
nonceStr: 'hd9iAOzgYwnFTU0H',
signature: '1f32222f03a29306df59da9f7ee2437d7cc34791',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202107\/6747f2525148024e425a6477d1f6180b.jpg","title":"\u5173\u4e8e\u5f81\u96c6\u300a2021\u5e74\u4e2d\u56fd\u533b\u9662\u516c\u76ca\u98ce\u4e91\u62a5\u544a\u300b\u6570\u636e\u7684\u901a\u77e5","smalltext":"\u5404\u59d4\u5458\u5355\u4f4d\u3001\u5404\u533b\u7597\u673a\u6784\uff1a\u533b\u9662\u7684\u516c\u76ca\u6027\u662f\u8bc4\u4ef7\u533b\u9662\u7ba1\u7406\u6c34\u5e73\u548c\u670d\u52a1\u8d28\u91cf\u7684\u91cd\u8981\u6307\u6807\uff0c\u662f\u5b9e\u73b0\u533b\u6539\u76ee\u6807\u7684\u91cd\u70b9\u548c\u70ed\u70b9\uff0c\u662f\u8861\u91cf\u533b\u9662\u4eba\u6587\u54c1\u724c\u4ef7\u503c\u7684\u91cd\u8981\u6807\u6746\u3002\u8fd1\u4e09\u5e74\u6765\uff0c\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u533b\u9662","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=4448"};
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 () {
}
});
});
}