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=4117&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: 1745056693,
nonceStr: 'RUojoUq0P9OdP2Ic',
signature: '22ab437ad75bd5d9fe7faf4fa90102e08c53339d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5357\u7701\u7701\u7acb\u533b\u9662\uff1a\u5c06\u5065\u5eb7\u79d1\u666e\u7eb3\u5165\u533b\u52a1\u4eba\u5458\u804c\u79f0\u8058\u4efb\u8003\u6838\u6307\u6807","smalltext":"\u8fd1\u65e5\uff0c\u6cb3\u5357\u7701\u7701\u7acb\u533b\u9662\u4fee\u8ba2\u5e76\u91cd\u65b0\u53d1\u5e03\u804c\u79f0\u8058\u4efb\u7ba1\u7406\u5236\u5ea6\uff0c\u6b63\u5f0f\u5c06\u5065\u5eb7\u79d1\u666e\u7eb3\u5165\u8be5\u9662\u533b\u52a1\u4eba\u5458\u804c\u79f0\u664b\u5347\u3001\u8058\u4efb\u8003\u6838\u6307\u6807\uff0c\u8fdb\u4e00\u6b65\u5b8c\u5584\u5065\u5eb7\u6559\u80b2\u548c\u5065\u5eb7\u4fc3\u8fdb\u5de5\u4f5c\u673a\u5236\uff0c\u8d2f\u5f7b\u843d\u5b9e\u5065\u5eb7\u4e2d\u56fd\u884c\u52a8\uff0c\u52a9\u529b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4117"};
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 () {
}
});
});
}