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=3748&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: 1745109504,
nonceStr: 'nqSWbvhjk2906fVX',
signature: 'f413603e31f8571c5b596697057971360b136263',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5b89\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\uff1a\u201c\u533b\u751f\uff0c\u8bf7\u628a\u6211\u7684\u5b50\u5bab\u2018\u540a\u2019\u8d77\u6765\u201d","smalltext":"\u5b50\u5bab\u662f\u5973\u6027\u7279\u6709\u7684\u3001\u5b55\u80b2\u80ce\u513f\u7684\u5668\u5b98\uff0c\u6709\u4eba\u8bf4\uff0c\u5b83\u662f\u6211\u4eec\u5728\u8fd9\u4e2a\u4e16\u754c\u4e0a\u7684\u7b2c\u4e00\u4e2a\u6e29\u6696\u7684\u201c\u5bb6\u201d\u3002\u7136\u800c\uff0c\u5728\u6000\u5b55\u3001\u5206\u5a29\u3001\u8870\u8001\u7684\u8fc7\u7a0b\u4e2d\uff0c\u5b50\u5bab\u4f1a\u6162\u6162\u53d7\u5230\u635f\u4f24\uff0c\u7ed9\u5f88\u591a\u5973\u6027\u5e26\u6765\u5c34\u5c2c\u548c\u4e0d\u4fbf\u3002\u516d\u65ec\u8001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3748"};
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 () {
}
});
});
}