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=6471&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: 1743764877,
nonceStr: 't92fCtqx9ll3s3GM',
signature: 'efcbd8f209a2b052c4bad3b4376b292893f40730',
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\u6700\u597d\u7684\u671f\u671b","smalltext":"\u516b\u6708\u7684\u67d0\u4e00\u5929\uff0c\u521a\u521a\u591c\u4f11\u5b8c\u7684\u6211\uff0c\u8be5\u4e0a\u673a\u52a8\u73ed\u4e86\uff0c\u514d\u4e0d\u4e86\u8981\u6839\u636e\u624b\u672f\u9700\u8981\u4e3a\u5979\u4eec\u6bcf\u4e00\u4e2a\u5efa\u7acb\u5fc5\u987b\u7684\u9759\u8109\u901a\u8def\uff0c\u5373\u6253\u7559\u7f6e\u9488\u3002\u5f53\u6211\u51c6\u5907\u5750\u4e0b\u4f11\u606f\u4e00\u4e0b\u7684\u65f6\u5019\uff0c\u63a5\u75c5\u4eba\u901a\u9053\u7684\u95e8\u6253\u5f00\u4e86\uff0c\u963f\u59e8\u63a8\u7740\u75c5\u5e8a\u8fc7","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6471"};
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 () {
}
});
});
}