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=3134&classid=13&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: 1743633012,
nonceStr: '7VvavmmOOJUFtmdP',
signature: 'b973a3ee4b626f6d595bd6e28c5a04f7a78df8ff',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u7b2c\u4e94\u4eba\u6c11\u533b\u9662\u95e8\u8bca\u90e8\uff1a\u8425\u9020\u201c\u4eba\u6587\u95e8\u8bca\u201d\uff0c\u5efa\u8bbe\u6709\u6e29\u5ea6\u7684\u533b\u9662","smalltext":"2019\u5e74\uff0c\u6210\u90fd\u5e02\u7b2c\u4e94\u4eba\u6c11\u533b\u9662\u95e8\u6025\u8bca\u4f4f\u9662\u7efc\u5408\u697c\u6b63\u5f0f\u6295\u5165\u4f7f\u7528\uff0c\u65b0\u5927\u697c\u7684\u8bbe\u8ba1\u3001\u6d41\u7a0b\u7684\u68b3\u7406\uff0c\u4ece\u591a\u65b9\u9762\u5efa\u7acb\u4eba\u6587\u5173\u6000\u5236\u5ea6\u4f53\u7cfb\uff0c\u5c06\u4ee5\u4eba\u4e3a\u672c\u3001\u751f\u547d\u81f3\u4e0a\u7684\u7406\u5ff5\u8d2f\u7a7f\u6574\u4e2a\u5c31\u533b\u670d\u52a1\u6d41\u7a0b\uff0c\u5c06\u6e29\u6696\u65f6\u65f6","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=3134"};
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 () {
}
});
});
}