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=5131&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: 1743764430,
nonceStr: 'f5Cfw3P928opeWbY',
signature: 'a1691d6ddd0bfcd1ec8b32a692e7d0365ce52604',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u6da0\u6d32\u5c9b\u5c45\u6c11\u7a81\u53d1\u5fc3\u6897\uff0c\u8b66\u6c11\u8054\u52a8\u7d27\u6025\u8de8\u6d77\u6551\u52a9","smalltext":" 1\u67081\u65e5\uff0c60\u5c81\u7684\u6da0\u6d32\u5c9b\u5c9b\u6c11\u9093\u53d4\u7a81\u53d1\u5fc3\u6897\uff0c\u8b66\u6c11\u8054\u52a8\u5c06\u9093\u53d4\u9001\u56de\u5317\u6d77\uff0c\u7ecf\u5e02\u4eba\u6c11\u533b\u9662\u5fc3\u8840\u7ba1\u5185\u79d1\u6025\u8bca\u624b\u672f\uff0c\u690d\u5165\u652f\u67b6\u3001\u5f00\u901a\u8840\u7ba1\uff0c\u76ee\u524d\u60a3\u8005\u751f\u547d\u4f53\u5f81\u5e73\u7a33\uff0c\u5904\u5728\u5fc3\u529f\u80fd\u6062\u590d\u671f\u30024\u65e5\u4e0a\u5348\uff0c\u5fc3\u8840\u7ba1\u5185\u79d1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5131"};
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 () {
}
});
});
}