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=2931&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: 1743703474,
nonceStr: 'FV9dr7s7xQSIR6yC',
signature: 'ad74f3dc816fea481b0df9486f24d3833d2afabe',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u5dde\u5e02\u8354\u6e7e\u533a\u9aa8\u4f24\u79d1\u533b\u9662:\u897f\u5173\u6b63\u9aa8\u975e\u7269\u8d28\u6587\u5316\u9057\u4ea7\u54c1\u724c\u7684\u4eba\u6587\u89c6\u89d2","smalltext":" \u5f53\u524d\uff0c\u533b\u9662\u7ade\u4e89\u9010\u6e10\u6fc0\u70c8\uff0c\u533b\u9662\u4e4b\u95f4\u7684\u7ade\u4e89\u5df2\u6210\u4e3a\u54c1\u724c\u4e0e\u53e3\u7891\u7684\u7ade\u4e89\u3002\u5728\u533b\u9662\u5ba3\u4f20\u65e5\u76ca\u591a\u5143\uff0c\u54c1\u724c\u4f20\u64ad\u7ade\u4e89\u65e5\u76ca\u5f3a\u70c8\u7684\u80cc\u666f\u4e0b\uff0c\u5e7f\u5dde\u5e02\u8354\u6e7e\u533a\u9aa8\u4f24\u79d1\u533b\u9662\uff08\u897f\u5173\u6b63\u9aa8\u533b\u9662\uff09\u9662\u957f\u3001\u897f\u5173\u6b63\u9aa8\u975e\u7269\u8d28","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2931"};
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 () {
}
});
});
}