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=6734&classid=14&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: 1715614471, nonceStr: 'yHgtfI51MpootA1k', signature: '4f6e18bdf9cce6c0d7c841751c6e37802ca9120b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u6e29\u6696","smalltext":"\u73b0\u4ee3\u533b\u5b66\u98de\u901f\u53d1\u5c55\uff0c\u6240\u5e26\u6765\u7684\u4e0d\u4ec5\u662f\u6280\u672f\u7684\u7a81\u7834\u3001\u601d\u60f3\u7684\u9769\u65b0\uff0c\u66f4\u591a\u7684\u662f\u5c06\u4eba\u6587\u533b\u5b66\u662f\u878d\u5165\u5176\u4e2d\uff0c\u76f8\u5e94\u8f6c\u5316\u6210\u4e3a\u533b\u5b66\u7684\u6e29\u5ea6\u3002\u4eba\u6587\u533b\u5b66\u662f\u4e00\u95e8\u6db5\u76d6\u591a\u4e2a\u5b66\u79d1\u9886\u57df\u7684\u7efc\u5408\u6027\u533b\u5b66\uff0c\u4ee5\u4eba\u7c7b\u4e3a\u4e2d\u5fc3\uff0c\u5f3a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6734"}; 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 () { } }); }); }