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=2956&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: 1714904214, nonceStr: 'VLrDkH1T9ijGNyad', signature: '572d6bcd30ad1c1498a78bff813990969fd65862', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u84b2\u5fb7\u5229\uff0c\u5531\u54cd\u521d\u5fc3 \u65e0\u6028\u65e0\u6094","smalltext":"\u75ab\u60c5\u5c31\u662f\u547d\u4ee4\uff0c\u9632\u63a7\u5c31\u662f\u8d23\u4efb\uff0c\u65f6\u95f4\u5c31\u662f\u751f\u547d\u3002\u5728\u6297\u51fb\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u80ba\u708e\u7684\u6218\u573a\u4e0a\uff0c\u65e0\u6570\u515a\u5458\u633a\u8eab\u800c\u51fa\uff0c\u4e00\u540d\u515a\u5458\u5c31\u662f\u4e00\u9762\u65d7\u5e1c\uff0c\u4e00\u4e2a\u652f\u90e8\u5c31\u662f\u4e00\u5ea7\u5821\u5792\uff0c\u5728\u8d35\u5dde\u63f4\u9102\u7684\u7b2c\u4e00\u7ebf\u5230\u5904\u53ef\u4ee5\u770b\u5230\u9c9c\u7ea2\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2956"}; 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 () { } }); }); }