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=6586&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: 1743903867,
nonceStr: 'ib8yEzomMGT1Wat3',
signature: 'cbf5b449d7b3c61c4c51d2cf29cdd5a8dd9d230d',
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\u515a\u5efa\u5f15\u9886\u533b\u9662\u4eba\u6587\u54c1\u724c\u5efa\u8bbe\uff0c\u79d1\u5b66\u6784\u5efa\u60a3\u8005\u4f53\u9a8c\u6301\u7eed\u6539\u5584\u670d\u52a1\u4f53\u7cfb","smalltext":"\u533b\u5b66\u662f\u79d1\u5b66\u4e0e\u4eba\u6587\u7684\u7edf\u4e00,\u5b83\u4ece\u8bde\u751f\u90a3\u4e00\u5929\u8d77\uff0c\u5c31\u4e0d\u662f\u5355\u7eaf\u7684\u6280\u672f\uff0c\u4f34\u968f\u5b83\u540c\u65f6\u4ea7\u751f\u7684\u8fd8\u6709\u5bf9\u60a3\u8005\u7684\u540c\u60c5\u548c\u7167\u987e,\u4e00\u6240\u533b\u9662\u5982\u679c\u62bd\u53d6\u4e86\u4eba\u6587\u7cbe\u795e\uff0c\u5c31\u5931\u53bb\u4e86\u7075\u9b42\u3002\u533b\u9662\u4f5c\u4e3a\u793e\u4f1a\u6027\u670d\u52a1\u673a\u6784\uff0c\u5177\u6709","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6586"};
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 () {
}
});
});
}