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=351&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: 1743764379,
nonceStr: 'sAY5enXEjH6Pj6eW',
signature: 'f03abd6e39975799757531812c57c96995109976',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u65b0\u6cf0\u5e02\u4e2d\u533b\u533b\u9662\uff1a\u533b\u751f\u6536\u5230\u4e00\u5c01\u76d6\u6ee1\u7ea2\u624b\u5370\u7684\u4fe1","smalltext":"\u65b0\u6cf0\u5e02\u4e2d\u533b\u533b\u9662\u8001\u5e74\u75c5\u79d1\u8d1f\u8d23\u4eba\u5b89\u6587\u707f\u7b49\u533b\u62a4\u4eba\u5458\u6536\u5230\u60a3\u8005\u5bb6\u5c5e\u9001\u6765\u7684\u4e24\u5f20\u6309\u6ee1\u7ea2\u624b\u5370\u7684\u534a\u622a\u7eb8~~","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=351"};
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 () {
}
});
});
}