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=1554&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: 1715295648, nonceStr: 'yi9M9opXsZxroAgq', signature: '3ec6ee44eba4ae0852286696fc4eb99eb7db2923', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u540d\u533b\u201c\u843d\u6237\u201d \u6ecb\u517b\u533b\u7597\u84ec\u52c3\u751f\u547d\u529b","smalltext":"\u3000\u3000\u201c\u8c22\u8c22\u4f60\u4eec\u7ed9\u4e86\u5b69\u5b50\u542c\u5230\u4e16\u754c\u7684\u673a\u4f1a\u3002\u201d\u8fd1\u65e5\uff0c\u67f3\u5973\u58eb\u5e26\u7740\u5b69\u5b50\u4e13\u7a0b\u8d76\u5230\u95fd\u4e1c\u533b\u9662\u8033\u9f3b\u54bd\u5589\u5934\u9888\u5916\u79d1\uff0c\u5bf9\u533b\u751f\u4e00\u518d\u81f4\u8c22\u3002\u67f3\u5973\u58eb\u7684\u5b69\u5b50\u662f\u5148\u5929\u6027\u5931\u806a\u513f\u7ae5\uff0c\u4eca\u5e74\u5728\u9a6c\u8299\u84c9\u540d\u533b\u201c\u5e08\u5e26\u5f92\u201d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1554"}; 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 () { } }); }); }