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=6463&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: 1744894978,
nonceStr: 'PkigEzIxxvhIuL74',
signature: '3d131208b176784e99653a997b2f41b76feda096',
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\u5b88\u671b\u51ac\u9752\u6811","smalltext":"\u51ac\u9752\u7684\u82b1\u8bed\u5c31\u662f\u751f\u547d\u3002\u7528\u751f\u547d\u53bb\u5b88\u62a4\u751f\u547d\uff0c\u591a\u4e48\u7f8e\u7684\u81ea\u7136\u6cd5\u5219\u3002\u4eba\u751f\u77ed\u6682\u72b9\u5982\u9732\u73e0\u6d88\u6563\uff0c\u884c\u4e91\u6d41\u6c34\u95f4\u4e00\u751f\u5306\u5306\u8d70\u8fc7\uff0c\u552f\u6709\u4e00\u9897\u5fc3\u8d34\u8fd1\u53e6\u4e00\u9897\u5fc3\uff0c\u4e00\u6761\u751f\u547d\u5b88\u62a4\u53e6\u4e00\u6761\u751f\u547d\uff0c\u6211\u4eec\u65b9\u80fd\u4f53\u4f1a\u4e16\u95f4\u7f8e\u597d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6463"};
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 () {
}
});
});
}