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=6617&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: 1743705909,
nonceStr: 'P5HKzAn646kafWaE',
signature: '75a8f44a42bb73830215ad0f2d7c678ce64f2e56',
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\u4ee5\u4eba\u6587\u533b\u9662\u5efa\u8bbe\u4e3a\u6293\u624b \u4e0d\u65ad\u63a8\u8fdb\u516c\u7acb\u533b\u9662\u9ad8\u8d28\u91cf\u53d1\u5c55","smalltext":"\u533b\u5b66\uff0c\u662f\u5173\u7231\u751f\u547d\u7684\u4e8b\u4e1a\uff1b\u4eba\u6587\uff0c\u662f\u533b\u5b66\u7684\u672c\u8d28\u5c5e\u6027\u3002\u8fd1\u5e74\u6765\uff0c\u6566\u5316\u5e02\u533b\u9662\u4ee5\u4eba\u6587\u533b\u9662\u5efa\u8bbe\u4e3a\u6293\u624b\uff0c\u4e0d\u65ad\u63a8\u8fdb\u516c\u7acb\u533b\u9662\u9ad8\u8d28\u91cf\u53d1\u5c55\uff0c\u6539\u5584\u57fa\u7840\u8bbe\u65bd\u6761\u4ef6\uff0c\u52a0\u5f3a\u4eba\u624d\u5b66\u79d1\u5efa\u8bbe\uff0c\u63d0\u5347\u533b\u7597\u670d\u52a1\u80fd\u529b\uff0c\u9010\u6b65\u5f62\u6210","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6617"};
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 () {
}
});
});
}