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=4052&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: 1745056694,
nonceStr: 'TJRMgPl6TwVvF9nV',
signature: 'aad1277c257abdc7487ed07875159066e9a5d169',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u897f\u7701\u513f\u7ae5\u533b\u9662\uff1a\u8fd9\u4e2a\u68a8\u771f\u751c","smalltext":"\u53ee\u94c3\u94c3\u94c3\u2026\u2026\u53ee\u94c3\u94c3\u94c3\u2026\u2026 \u201c\u60a8\u597d\uff0c\u662f\u793e\u5de5\u90e8\u5417\uff1f\u6211\u662f\u80be\u5185\u79d1\u62a4\u58eb\u957f\u674e\u654f\u201d\u201c\u60a8\u597d\uff0c\u62a4\u58eb\u957f\uff0c\u6211\u662f\u793e\u5de5\u90e8\u7f57\u82f1\u3002\u201d\u201c\u6211\u79d1\u91cc\u6709\u4e2a\u4e8b\u60c5\u9700\u8981\u4f60\u4eec\u793e\u5de5\u7684\u5e2e\u52a9\u3002\u4e09\u5929\u524d\u6211\u4eec\u6536\u6cbb\u4e86\u4e00\u4e2a13\u5c81\u5973\u5b69\u5c0f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4052"};
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 () {
}
});
});
}