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=4828&classid=10&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: 1743764479,
nonceStr: '9kxC0RrZbjpBzEN0',
signature: '65c81410af0149964e3a1c062ffc66638dd0f877',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u5b81\u5e02\u7b2c\u4e03\u4eba\u6c11\u533b\u9662-\u6731\u740f\u5fd7\u613f\u670d\u52a1\u961f","smalltext":"\u5357\u5b81\u5e02\u7b2c\u4e03\u4eba\u6c11\u533b\u9662\u4f5c\u4e3a\u5357\u5b81\u5e02\u4e8c\u7ea7\u7532\u7b49\u4e2d\u897f\u533b\u7ed3\u5408\u533b\u9662\u533b\u9662\uff0c\u4e3a\u6253\u9020\u201c\u6731\u740f\u201d\u54c1\u724c\u6587\u5316\uff0c\u63d0\u9ad8\u533b\u7597\u8d28\u91cf\uff0c\u4e30\u5bcc\u533b\u9662\u6587\u5316\u5185\u6db5\uff0c\u4f5c\u4e3a\u533b\u9662\u6587\u5316\u5efa\u8bbe\u7684\u8865\u5145\uff0c2015\u5e74\u6211\u9662\u6210\u7acb\u4e86\u6731\u740f\u5fd7\u613f\u670d\u52a1\u961f\u3002\u6731","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4828"};
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 () {
}
});
});
}