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=3777&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: 1716051097, nonceStr: 'bqJogagaj4EVFZwN', signature: 'dc2f86a152ffdc4fc46c4dddb744946efa1241ce', 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\u4e2d\u533b\u9662\uff1a\u4e00\u5bb6\u4eba\uff0c\u8be0\u91ca\u4e86\u7cbe\u51c6\u6276\u8d2b\u7684\u610f\u4e49","smalltext":"11\u67083\u65e5\u4e0a\u5348\uff0c\u6566\u5316\u5e02\u4e2d\u533b\u9662\u526f\u4e66\u8bb0\u5415\u7acb\u6ce2\u548c\u5de5\u4f1a\u4e3b\u5e2d\u5173\u8273\u7ea2\u3001\u515a\u529e\u526f\u4e3b\u4efb\u674e\u8389\u5a1c\u5230\u7cbe\u51c6\u6276\u8d2b\u6751\u8d24\u5112\u9547\u5174\u519c\u6751\u4e3a9\u623723\u4eba\u9001\u53bb\u4e86\u5e2e\u6276\u6551\u52a9\u8d44\u91d16900\u5143\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3777"}; 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 () { } }); }); }