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=3319&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: 1745135811, nonceStr: 'l9a1PzKZNsIzuLYo', signature: '210f8bad4569829767f61f95d99dda66466c8a52', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u62a4\u58eb\u4e00\u8def\u8dea\u7740\u6309\u538b\u6551\u56de\u6eba\u6c34\u9752\u5e74","smalltext":" \u4ece\u505c\u8f66\u573a\u5230\u6025\u8bca\u79d1 \u5979\u628a\u75be\u884c\u7684\u62c5\u67b6\u8f66\u5f53\u6210\u4e86\u6218\u573a\u3002 5\u670823\u65e5\u665a\uff0c\u6709\u4eba\u6eba\u6c34\uff01\u8d76\u5230\u73b0\u573a\u7684\u6025\u6551\u4eba\u5458\u53d1\u73b0\uff0c\u6eba\u6c34\u8005\u5df2\u65e0\u547c\u5438\u3001\u5fc3\u8df3\u3002\u6e56\u5317\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff08\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff09\u62a4\u58eb\u4ed8\u9882","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3319"}; 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 () { } }); }); }