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=3107&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: 1749397968,
nonceStr: 'yHYgpF4Z4fdaB4wW',
signature: '57b2894e838ccd2303d18a97209053df20deff43',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9999\u6e2f\u5927\u5b66\u6df1\u5733\u533b\u9662\uff1a\u9a7b\u5b88\u6df1\u5733\u6e7e\u53e3\u5cb8 \u5927\u529b\u4f18\u5316\u6838\u9178\u6807\u672c\u91c7\u96c6\u4fbf\u6c11\u6d41\u7a0b","smalltext":"\u9999\u6e2f\u5927\u5b66\u6df1\u5733\u533b\u9662\u52a9\u529b\u6df1\u6e2f\u4e24\u5730\u6297\u51fb\u75ab\u60c5\u518d\u51fa\u65b0\u4e3e\u63aa\uff01\u81ea3\u670827\u65e5\u6e2f\u5927\u6df1\u5733\u533b\u9662\u9a7b\u70b9\u7687\u5c97\u53e3\u5cb8\uff0c\u4e3a\u5f80\u8fd4\u6df1\u6e2f\u4e24\u5730\u8d27\u8f66\u53f8\u673a\u63d0\u4f9b\u6838\u9178\u68c0\u6d4b\u4e4b\u540e\uff0c4\u670810\u65e5\u8d77\uff0c\u533b\u9662\u5b89\u6392\u4e13\u73ed\u56e2\u961f\u8fdb\u9a7b\u6df1\u5733\u6e7e\u53e3\u5cb8\uff0c\u4e3a\u5f80","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3107"};
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 () {
}
});
});
}