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=3570&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: 1714885958, nonceStr: 'reSnIVAYVFxN2kmn', signature: '4c9cb47e17e4c9a07cfc0e1e65fff0e5fde09fda', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\uff1a\u7231\u5728\u5de6\uff0c\u540c\u60c5\u5728\u53f3\uff0c\u4eba\u6587\u62a4\u7406\u6c38\u8fdc\u966a\u4f34\u60a8","smalltext":""\u767d\u8863\u5929\u4f7f\u9001\u6e29\u99a8\u5fae\u5fae\u7b11\u5bb9\u8bed\u67d4\u8f7b\u60a3\u8005\u6b23\u6170\u597d\u5fc3\u60c5\u72b9\u9022\u7518\u9732\u500d\u89c9\u4eb2"\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\u795e\u7ecf\u5916\u79d1\u4ee5\u75c5\u4eba\u4e3a\u4e2d\u5fc3\uff0c\u5f3a\u79d1\u5ba4\u5efa\u8bbe\uff0c\u63d0\u9ad8\u533b\u62a4\u6c34\u5e73\uff0c\u8bb2\u533b\u98ce\u533b\u5fb7\uff0c\u4e0a\u4e0b\u534f\u4f5c\u3001\u56e2\u7ed3\u4e00\u5fc3\uff0c\u5584\u59cb\u5584\u7ec8\u3001\u5584\u505a\u5584","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3570"}; 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 () { } }); }); }