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=3609&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: 1714644622, nonceStr: '5rm1J9l6W4LBu352', signature: 'b0227b90b5fd66007875bbb52e3b90283717b3c2', 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\u4e13\u59d4\u4f1a\u81f4\u656c\u533b\u8005\uff1a\u4ee5\u751f\u547d\u7684\u540d\u4e49\uff0c\u611f\u8c22\u6709\u60a8","smalltext":"\u4e00\u8f6c\u773c\uff0c\u7b2c\u4e09\u4e2a\u4e2d\u56fd\u533b\u5e08\u8282\u5230\u4e86\u3002\u5bf9\u533b\u8005\u6765\u8bf4\uff0c\u8fd9\u662f\u4e00\u4e2a\u8ba9\u4eba\u96be\u5fd8\u7684\u8282\u65e5\uff0c\u785d\u70df\u672a\u6563\uff0c\u91cd\u4efb\u672a\u5378\uff0c\u65cc\u65d7\u730e\u730e\uff1b\u5bf9\u5927\u4f17\u6765\u8bf4\uff0c\u8fd9\u662f\u4e00\u4e2a\u503c\u5f97\u5c0a\u656c\u7684\u8282\u65e5\uff0c\u6c5f\u6cb3\u5954\u817e\uff0c\u98ce\u666f\u72ec\u597d\uff0c\u4f17\u5fd7\u6210\u57ce\u3002\u5728\u638c\u58f0\u548c\u9c9c\u82b1\u4e2d\uff0c\u6211\u4eec","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3609"}; 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 () { } }); }); }