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=6408&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: 1716011040, nonceStr: '55i3GBzMBscUMa4p', signature: '8478bf7a6c50cac7344311789e9cc95ccf53cc4a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6606\u5c71\u5e02\u9707\u5ddd\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3:\u5f00\u5c55\u201c\u665a\u8840\u201d\u60a3\u8005\u4e0a\u95e8\u968f\u8bbf\u4f53\u68c0\u670d\u52a1","smalltext":"\u201c\u501f\u95ee\u761f\u541b\u6b32\u4f55\u5f80\uff0c\u7eb8\u8239\u660e\u70db\u7167\u5929\u70e7\u201d\uff0c\u9053\u51fa\u6bdb\u6cfd\u4e1c\u5f53\u5e74\u5bf9\u4f59\u6c5f\u53bf\u5f7b\u5e95\u6d88\u706d\u8840\u5438\u866b\u75c5\u611f\u5230\u6b22\u6b23\u9f13\u821e\u800c\u201c\u591c\u4e0d\u80fd\u5bd0\u201d\u3001\u201c\u6b23\u7136\u547d\u7b14\u201d\u7684\u5174\u594b\u4e4b\u60c5\u3002\u6606\u5c71\u5730\u533a\u8840\u5438\u866b\u5df2\u5f7b\u5e95\u6d88\u706d\u591a\u5e74\uff0c\u4e3a\u8fdb\u4e00\u6b65\u52a0","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6408"}; 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 () { } }); }); }