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=4717&classid=12&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: 1743764824,
nonceStr: 'ZussNDnQA2YacpEH',
signature: '9e45b9ff0eee9fdacccfe0a4091785a494313f96',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5609\u5174\u5e02\u7b2c\u4e00\u533b\u9662-\u515a\u59d4\u4e66\u8bb0\u94b1\u94a2","smalltext":"2020\u5e741\u670824\u65e5\uff0c\u9664\u5915\uff0c\u65e9\u4e0a8\u70b9\uff0c\u5728\u5609\u5174\u5e02\u7b2c\u4e00\u533b\u9662\u62a5\u544a\u5385\u91cc\uff0c\u767e\u540d\u533b\u52a1\u4eba\u5458\u4e3e\u8d77\u4e86\u53f3\u624b\uff0c\u9762\u5bf9\u515a\u65d7\u5e84\u4e25\u5ba3\u8a93\uff1a\u201c\u4e3a\u5171\u4ea7\u4e3b\u4e49\u594b\u6597\u7ec8\u8eab\uff0c\u968f\u65f6\u51c6\u5907\u4e3a\u515a\u548c\u4eba\u6c11\u727a\u7272\u4e00\u5207\uff0c\u6c38\u4e0d\u53db\u515a\u201d\u3002\u94b1\u94a2\u5c31\u7ad9\u5728\u8fd9\u652f\u961f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4717"};
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 () {
}
});
});
}