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=3558&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: 1745119062,
nonceStr: 'F4OaEzYCvsKSltCh',
signature: '45b4d20328287eafbef7d0ef78fad57933678c35',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u5e38\u6001\u9632\u63a7\u8fce\u5175\u68c0 \u4eba\u6c11\u533b\u9662\u4e25\u628a\u5173","smalltext":"2020\u5e748\u67081\u65e5\u662f\u7b2c93\u4e2a\u5efa\u519b\u8282\uff0c\u5e94\u57ce\u5e02\u5f81\u5175\u4f53\u68c0\u5de5\u4f5c\u5728\u5e94\u57ce\u5e02\u57ce\u5317\u536b\u751f\u9662\u62c9\u5f00\u5e8f\u5e55\uff0c\u4eca\u5929\u6765\u81ea\u5e94\u57ce\u5e02\u768480\u540d\u9752\u5e74\u53c2\u52a0\u4e86\u5f81\u5175\u4f53\u68c0\u3002\u4e3a\u786e\u4fdd\u5f81\u5175\u5de5\u4f5c\u7684\u987a\u5229\u5f00\u5c55\uff0c\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\u9662\u9009\u8c0327\u540d\u4e1a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3558"};
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 () {
}
});
});
}