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=3378&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: 1747092934, nonceStr: '0vF5EHRNK7euqjI3', signature: 'ad60470b9e7ec92f579bdc2eea7e9cc9f5721e60', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u5c0f\u5c0f\u9526\u65d7\u8868\u5fc3\u610f \u5f70\u663e\u6d53\u6d53\u533b\u60a3\u60c5","smalltext":"\u201c\u8c22\u8c22\u674e\u4e3b\u4efb\uff0c\u771f\u662f\u592a\u611f\u8c22\u4f60\u4eec\u5566\uff0c\u6211\u5f53\u65f6\u75c5\u90a3\u4e48\u91cd\uff0c\u771f\u7684\u60f3\u90fd\u4e0d\u6562\u60f3\u8fd8\u80fd\u6d3b\u4e0b\u6765\uff0c\u8fd8\u80fd\u8d70\u8def\uff0c\u771f\u662f\u4e2a\u5947\u8ff9\u2026\u2026\u201d6\u67088\u65e5\uff0c\u60a3\u8005\u4ec7\u534e\u8363\u63a8\u7740\u8f6e\u6905\uff0c\u5728\u513f\u5b50\u848b\u51b0\u5ddd\u7684\u966a\u540c\u4e0b\uff0c\u6765\u5230\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u80f8\u5fc3\u5916","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3378"}; 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 () { } }); }); }