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=5533&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: 1714385794, nonceStr: '9kYb9EW0k5BtWEwF', signature: 'd0f313bf24c2551ceac0317af677a5ef8742af55', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u4e3a94\u5c81\u9ad8\u9f84\u8001\u4eba\u5e86\u751f","smalltext":"\u5728\u6566\u5316\u5e02\u533b\u9662\u8001\u5e74\u533b\u5b66\u79d1\u7684\u75c5\u623f\u91cc\uff0c\u4e00\u4f4d\u53c2\u4e0e\u8fc7\u6297\u7f8e\u63f4\u671d\u7684\u8001\u519b\u4eba\u6070\u902294\u5c81\u5927\u5bff\uff0c\u533b\u62a4\u4eba\u5458\u4e3a\u8001\u4eba\u51c6\u5907\u4e86\u4e00\u573a\u7b80\u5355\u800c\u6e29\u99a8\u7684\u8d3a\u5bff\u4eea\u5f0f\uff0c\u8ba9\u8001\u4eba\u611f\u52a8\u4e0d\u5df2\u3002\u8001\u5bff\u661f\u91d1\u6052\u4e2d\u5927\u7237\u662f\u4e00\u540d\u8001\u519b\u4eba\uff0c\u4e5f\u662f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5533"}; 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 () { } }); }); }