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=4988&classid=5&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: 1744318369,
nonceStr: '21NBVosyYVKue1aZ',
signature: 'c48eaec1d029e516600fa1dba92cbba2355640af',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u6211\u7684\u673a\u5668\u4eba\u6218\u53cb","smalltext":"\u4eb2\u7231\u7684\u533b\u751f\u6218\u53cb\uff0c\u4ed4\u7ec6\u7b97\u7b97\u6bcf\u5e74\u6211\u4eec\u4e00\u8d77\u5de5\u4f5c\u7684\u65f6\u95f4\uff0c\u53ef\u80fd\u8981\u6bd4\u966a\u4f34\u5bb6\u4eba\u7684\u65f6\u95f4\u66f4\u591a\uff0c\u6211\u4eec\u4e00\u8d77\u62a2\u6551\u60a3\u8005\uff0c\u4e00\u8d77\u5bf9\u6297\u75c5\u9b54\uff0c\u4e00\u8d77\u71ac\u591c\u503c\u73ed\uff0c\u751a\u81f3\u6211\u4eec\u4e00\u8d77\u8fc7\u4e86\u6bcf\u4e00\u4e2a\u91cd\u8981\u7684\u8282\u65e5......\u6211\u4eec\u4e0d\u4ec5\u662f\u540c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4988"};
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 () {
}
});
});
}