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=6485&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: 1743924985,
nonceStr: 'H9eGTKaec9uHIbFm',
signature: '101fbf8ec0e9f1b36272df57918c3046c6e3be81',
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\u5b66\u4eba\u6587\u5173\u6000\u7684\u73b0\u5b9e\u56f0\u5883\u4e0e\u5b9e\u8df5\u8def\u5f84\u63a2\u7a76","smalltext":"\u6458\u8981\uff1a\u73b0\u4ee3\u533b\u7597\u6280\u672f\u7684\u98de\u901f\u53d1\u5c55\u4fc3\u8fdb\u4e86\u4eba\u6c11\u7fa4\u4f17\u751f\u547d\u5065\u5eb7\u6c34\u5e73\u7684\u63d0\u9ad8\uff0c\u4f46\u968f\u7740\u533b\u7597\u884c\u4e1a\u7684\u8d44\u672c\u5316\u7684\u51fa\u73b0\uff0c\u533b\u5b66\u7684\u6839\u672c\u4ef7\u503c\u53d6\u5411\u51fa\u73b0\u4e86\u4e00\u5b9a\u7a0b\u5ea6\u7684\u5f02\u5316\u3002\u5728\u8fd9\u79cd\u5883\u51b5\u4e0b\uff0c\u6211\u4eec\u9700\u8981\u91cd\u65b0\u5ba1\u89c6\u533b\u5b66\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6485"};
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 () {
}
});
});
}