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=3305&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: 1745135810,
nonceStr: '3u0W6fwv31FdgItm',
signature: 'd417ed199b73f0d000866d59c5b69b8226f6c8eb',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202005\/6ecfd2d99d00a06f9df5aa7e70b039f8.jpg","title":"\u82cf\u5dde\u5e02\u7acb\u533b\u9662\uff1a\u4e3a\u8fd9\u4f4d\u533b\u52a1\u4eba\u5458\u70b9\u8d5e\uff01\u4f53\u68c0\u4e2d\u5fc3\u5168\u529b\u4ee5\u201c\u590d\u201d","smalltext":"\u8fd1\u65e5\uff0c\u4e00\u4f4d\u8eab\u7740\u5d2d\u65b0\u5efa\u7b51\u516c\u53f8\u5de5\u4f5c\u670d\u7684\u5de5\u4eba\u6765\u5230\u82cf\u5dde\u5e02\u7acb\u533b\u9662\u5317\u533a\uff0c\u4ed6\u6000\u7740\u6fc0\u52a8\u7684\u5fc3\u60c5\uff0c\u90d1\u91cd\u5730\u5c06\u81ea\u5df1\u4eb2\u624b\u5236\u4f5c\u7684\u611f\u8c22\u4fe1\u4ea4\u7ed9\u5317\u533a\uff0c\u611f\u8c22\u533b\u9662\u4f53\u68c0\u4e2d\u5fc3\u7684\u66f9\u5fb7\u7acb\u70ed\u5fc3\u5e2e\u52a9\u8fc7\u4ed6\u5ea6\u8fc7\u96be\u5173\uff0c\u540c\u65f6\u611f\u8c22","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3305"};
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 () {
}
});
});
}