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=6730&classid=14&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: 1743703394,
nonceStr: 'n4s1SBSVxFredoff',
signature: '71f84aa0c35d87a9a9a1f6f8321e95c3e252db9c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u4eba\u6587\u7cbe\u795e\u89c6\u89d2\u4e0b\u516c\u7acb\u533b\u9662\u8206\u60c5\u9632\u63a7\u7b56\u7565","smalltext":" \u4eba\u6587\u7cbe\u795e\uff08humanism\uff09\u662f\u6e90\u4e8e14\u4e16\u7eaa\u4ee5\u6765\u7684\u4e00\u79cd\u54f2\u5b66\u601d\u60f3\uff0c\u5173\u6ce8\u4eba\u6027\uff0c\u5d07\u5c1a\u5c0a\u4e25\uff0c\u91cd\u89c6\u4eba\u7684\u9700\u6c42\u3002\u533b\u5b66\u4eba\u6587\u5219\u662f\u201c\u8d85\u89c6\u8ddd\u201c\u6539\u5584\u533b\u60a3\u5173\u7cfb\u7684\u795e\u5668\u3002\u30101\u3011\u516c\u7acb\u533b\u9662\u5728\u8206\u60c5\u9632\u63a7\u4e2d\uff0c\u8981\u7acb\u8db3\u4e8e\u4eba\u6587","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6730"};
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 () {
}
});
});
}