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=3398&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: 1745135491,
nonceStr: 'vedGdULS7GzEvVX0',
signature: '4e0e454bacff2b45887bc0eb71d52b0760ae277c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662:\u75ab\u60c5\u5b89\u5168\u4e24\u624b\u6293 \u4fdd\u9a7e\u62a4\u822a\u4e0d\u677e\u61c8","smalltext":"\u81ea\u4ece\u5e74\u521d\u5168\u9762\u5f00\u5c55\u75ab\u60c5\u9632\u63a7\u5de5\u4f5c\u6708\u4ee5\u6765\uff0c\u6566\u5316\u5e02\u533b\u9662\u4fdd\u536b\u79d1\u7684\u5de5\u4f5c\u538b\u529b\u4e00\u76f4\u5f88\u5927\uff0c\u5168\u79d1\u4eba\u5458\u90fd\u5904\u4e8e\u8d85\u8d1f\u8377\u5de5\u4f5c\u72b6\u6001\uff0c\u5c24\u5176\u662f\u5404\u4e2a\u6d4b\u6e29\u70b9\u7684\u6267\u52e4\u4eba\u5458\uff0c\u57fa\u672c\u4e0a\u90fd\u662f\u4e0b\u591c\u73ed\u540e\u5229\u7528\u4f11\u606f\u65f6\u95f4\u4e0a\u5c97\u503c\u73ed","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3398"};
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 () {
}
});
});
}