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=3713&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: 'kfczGF32y0uiaQzI',
signature: 'cef4469830a0c48c09435601a1d977a18cc73567',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u968f\u8bbf\u89c1\u771f\u60c5","smalltext":"\u201c\u771f\u6ca1\u60f3\u5230\uff0c\u60a8\u4eec\u653e\u5f03\u4f11\u606f\u65f6\u95f4\u6765\u770b\u671b\u6211\uff0c\u8fd8\u7ed9\u6211\u9001\u6765\u8fd9\u4e48\u591a\u4e1c\u897f\uff0c\u771f\u7684\u592a\u611f\u8c22\u4f60\u4eec\u4e86\u3002\u201d50\u5c81\u7684\u7a0b\u5927\u54e5\u611f\u6fc0\u5730\u8bf4\u9053\u3002\u91d1\u79cb\u5341\u6708\uff0c\u4e39\u6842\u98d8\u9999\u30029\u670827\u65e5\uff0c\u5728\u56fd\u5e86\u3001\u4e2d\u79cb\u4e34\u8fd1\u4e4b\u9645\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3713"};
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 () {
}
});
});
}