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=6580&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: 1743706183,
nonceStr: 'BNFIyvGnyGbqDBeQ',
signature: '2541981234a027e4f1473837a1e025f2a0520867',
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\u533b\u9662\u4eba\u6587\u5173\u6000\u7684\u5b9e\u8df5\u3001\u6311\u6218\u4e0e\u672a\u6765\u5c55\u671b","smalltext":"\u4e00\u3001\u5f15\u8a00\u968f\u7740\u793e\u4f1a\u8001\u9f84\u5316\u8fdb\u7a0b\u7684\u52a0\u901f\uff0c\u8001\u5e74\u4eba\u7684\u533b\u7597\u9700\u6c42\u65e5\u76ca\u51f8\u663e\u3002\u4ed6\u4eec\u4e0d\u4ec5\u9700\u8981\u6cbb\u7597\u75be\u75c5\uff0c\u8fd8\u671f\u671b\u5728\u5c31\u533b\u8fc7\u7a0b\u4e2d\u5f97\u5230\u66f4\u591a\u7684\u4eba\u6587\u5173\u6000\u548c\u60c5\u611f\u652f\u6301\u3002\u4f20\u7edf\u7684\u533b\u7597\u670d\u52a1\u6a21\u5f0f\u5f80\u5f80\u8fc7\u4e8e\u6ce8\u91cd\u75be\u75c5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6580"};
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 () {
}
});
});
}