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=1539&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: 1747189940, nonceStr: '5VPiHIxzdGhUJlxB', signature: 'a9d1103ccb245b2bffeb854607ceb6607ecf1c88', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5b89\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\uff1a\u505a\u4e86\u4e8c\u5341\u4e03\u5e74\u62a4\u58eb\uff0c\u5979\u8bf4......","smalltext":"\u201c\u5979\u7626\u5c0f\u7684\u8eab\u8eaf\u91cc\u8574\u542b\u7740\u5f88\u5927\u7684\u80fd\u91cf\u3002\u201d\u2014\u8fd9\u662f\u8bb8\u591a\u4eba\u5bf9\u5218\u6654\u62a4\u58eb\u957f\u7684\u8bc4\u4ef7\u3002 \u4ece\u533b27\u5e74\u6765\uff0c\u5979\u4e00\u76f4\u594b\u6218\u5728\u62a4\u7406\u4e00\u7ebf\uff0c\u8bb0\u4e0d\u6e05\u62a4\u7406\u4e86\u591a\u5c11\u4f4d\u60a3\u8005\uff0c\u4e5f\u8bb0\u4e0d\u5f97\u62a2\u6551\u4e86\u591a\u5c11\u751f\u547d...... \u6709\u8fc7\u521d\u5165\u5de5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1539"}; 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 () { } }); }); }