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=1235&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: 1714849012, nonceStr: 'hHLlpN1SbvurSA5r', signature: '4885ee226748a86358b09ba7fc854bb6c2d744e4', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u533b\u9644\u5c5e\u987a\u5fb7\u533b\u9662\uff1a\u75c5\u623f\u91cc\u201c\u98d8\u7ea2\u201d\u7684\u56fd\u5e86\u8282","smalltext":" \u5341\u6708\u91d1\u79cb\uff0c\u6b22\u4e50\u8fce\u56fd\u5e86\uff0c\u5e7f\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u987a\u5fb7\u533b\u9662\u795e\u7ecf\u5185\u79d1\u3001\u4e2d\u533b\u79d1\u7684\u5168\u4f53\u533b\u62a4\u4eba\u5458\u884c\u52a8\u8d77\u6765\uff0c\u4e3a\u60a3\u8005\u9001\u4e0a\u4e00\u4efd\u4e2d\u56fd\u7ea2\u3002\u9ec4\u5bb6\u94ed\u62a4\u58eb\u957f\u65e9\u65e9\u5df2\u51c6\u5907\u597d\u56fd\u65d7\uff0c\u8d81\u7740\u4f11\u606f\u65f6\u95f4\u9080\u8bf7\u60a3\u8005\u4e00\u8d77\u53c2","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1235"}; 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 () { } }); }); }