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=4575&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: 1744317972,
nonceStr: 'oRupEZXYNNZFwqWQ',
signature: 'eb912d558229b421ca810def094a6b8b78746c9d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202108\/ac7b224de087148b686687c869f9e264.png","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u4e07\u540d\u533b\u62a4\u4e0b\u57fa\u5c42\uff0c\u6211\u4e3a\u7fa4\u4f17\u529e\u5b9e\u4e8b\uff0c\u4f18\u8d28\u670d\u52a1\u5728\u8eab\u8fb9\uff01","smalltext":"\u4e3a\u8d2f\u5f7b\u843d\u5b9e\u515a\u53f2\u5b66\u4e60\u6559\u80b2\u5b9e\u8df5\u6d3b\u52a8\u8981\u6c42\uff0c\u5207\u5b9e\u4e3a\u7fa4\u4f17\u529e\u5b9e\u4e8b\u89e3\u96be\u9898\uff0c\u70df\u53f0\u5e02\u536b\u5065\u59d4\u5728\u5168\u5e02\u5f00\u5c55\u201c\u4e07\u540d\u533b\u62a4\u4e0b\u57fa\u5c42\u201d\u6d3b\u52a8\uff0c\u70df\u53f0\u6bd3\u749c\u9876\u533b\u9662\u4e0e\u51e4\u51f0\u53f0\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\u6210\u529f\u5efa\u7acb\u5bf9\u53e3\u8054\u7cfb\uff0c\u901a\u8fc7\u5b9a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4575"};
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 () {
}
});
});
}