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=4109&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: 1745056630,
nonceStr: '1nkxnizHVBN2gnzp',
signature: '47c21e1650d472548884b8a1f9af5d709fea664b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u5e02\u6b66\u660c\u533b\u9662\uff1a\u758f\u901a\u8001\u5e74\u60a3\u8005\u5c31\u533b\u6d41\u7a0b\u4e2d\u7684\u6897\u963b","smalltext":"\u968f\u77405G\u65f6\u4ee3\u7684\u5230\u6765\uff0c\u7f51\u7edc\u4e5f\u88ab\u5e7f\u6cdb\u8fd0\u7528\u5728\u667a\u6167\u533b\u7597\u670d\u52a1\u884c\u4e1a\u4e2d\uff0c\u667a\u80fd\u624b\u673a\u6210\u4e3a\u5927\u591a\u6570\u9752\u5e74\u4eba\u79bb\u4e0d\u5f00\u7684\u751f\u6d3b\u5de5\u5177\uff0c\u4e00\u90e8\u624b\u673a\u5c31\u80fd\u89e3\u51b3\u8863\u98df\u4f4f\u884c\u7b49\u95ee\u9898\u3002\u4f46\u4f34\u968f\u800c\u6765\u7684\uff0c\u4e5f\u7ed9\u4e00\u4e9b\u4e0d\u4f1a\u64cd\u4f5c\u667a\u80fd\u624b\u673a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4109"};
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 () {
}
});
});
}