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=5556&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: 1743703019,
nonceStr: 'w0wkNDThGguaqL7C',
signature: '8b452a97cea0a55befd1076831dacefea29163cd',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u5e73\u51e1\u5c97\u4f4d\u4e2d\u5e78\u798f\u7684\u610f\u4e49","smalltext":"\u4e00\u4e2a\u666e\u901a\u7684\u4e0b\u5348\uff0c\u5409\u6797\u5927\u5b66\u7b2c\u4e00\u533b\u9662\u6566\u5316\u533b\u9662\u7efc\u5408\u670d\u52a1\u4e2d\u5fc3\u5de5\u4f5c\u4eba\u5458\u848b\u6167\u5728\u5065\u5eb7\u7ba1\u7406\u4e2d\u5fc3\u95e8\u524d\u770b\u89c1\u4e00\u4f4d\u8001\u5927\u7237\u3002\u5f53\u65f6\uff0c\u5927\u7237\u795e\u60c5\u7d27\u5f20\uff0c\u53cc\u624b\u4e0d\u505c\u7684\u6478\u7740\u8863\u670d\u53e3\u888b\uff0c\u4e8e\u662f\u848b\u6167\u4fbf\u4e0a\u524d\u8be2\u95ee\uff1a\u201c\u5927\u7237\uff0c\u60a8","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5556"};
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 () {
}
});
});
}