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=6812&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: 1743632688,
nonceStr: 'pCAtwq8IZWR9t0hR',
signature: '4b6dd98ab785b8bab53598dabb6d7991019409d2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u201c\u4e91\u201d\u6e38\u5317\u4eac \u8463\u5927\u7237\u5706\u68a6\u4e86\uff01","smalltext":"72\u5c81\u7684\u8001\u519c\u6c11\u8463\u5927\u7237\u6709\u4e00\u4e2a\u613f\u671b\uff0c\u53bb\u5317\u4eac\u65c5\u6e38\uff0c\u53ef\u73b0\u5b9e\u60c5\u51b5\u662f\u4ed6\u5df2\u60a3\u591a\u53d1\u6027\u9aa8\u9ad3\u76246\u5e74\uff0c\u65ad\u65ad\u7eed\u7eed\u4f4f\u9662\u6cbb\u7597\uff0c\u5fc3\u613f\u53ea\u80fd\u6df1\u85cf\u5fc3\u4e2d\u3002\u9655\u897f\u7701\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u80bf\u7624\u4e2d\u5fc3\u4e00\u75c5\u533a\u53ca\u5b89\u5b81\u75c5\u533a\u533b\u62a4\u4eba\u5458\u5728","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6812"};
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 () {
}
});
});
}