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=6760&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: 1743633010,
nonceStr: 'hBHWaOZCWOCQJMRW',
signature: '4a882bf39d424ae93065089ef7217613a3bd56e8',
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\u7ba1\u7406\u4e0b\u7684\u201c\u767e\u96c1\u201d\u533b\u60a3\u60c5","smalltext":"\u201c\u767e\u96c1\u201d\u7f18\u8d77\u4e0a\u6d77\u5e02\u7b2c\u516b\u4eba\u6c11\u533b\u9662\u5fd7\u613f\u8005\u670d\u52a1\u57fa\u5730\u7684\u540d\u5b57\u201c\u767e\u96c1\u201d\uff0c\u5bd3\u610f\u6df1\u8fdc\u3002\u8fd9\u4e2a\u540d\u5b57\u4e0d\u4ec5\u8c61\u5f81\u7740\u5fd7\u613f\u8005\u4eec\u5982\u540c\u7ff1\u7fd4\u84dd\u5929\u7684\u96c1\u7fa4\uff0c\u66f4\u5f3a\u8c03\u4e86\u4eba\u6587\u7ba1\u7406\u5728\u533b\u7597\u670d\u52a1\u4e2d\u7684\u91cd\u8981\u6027\u3002\u901a\u8fc7\u6811\u7acb\u5934","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6760"};
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 () {
}
});
});
}