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=1669&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: 1714868553, nonceStr: 'XrNxkPDDBJCj9RNZ', signature: 'c4c7a5a0bf63ed838f87bbd19bac2378949a3e90', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u534e\u4e2d\u79d1\u6280\u5927\u5b66\u540c\u6d4e\u533b\u5b66\u9662\u9644\u5c5e\u534f\u548c\u533b\u9662\uff1a\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u80ba\u708e\u7684\u4e8b\uff0c\u8bf7\u542c\u6765\u81ea\u4e00\u7ebf\u7684\u6211\u8bf4\u8bf4","smalltext":"\u770b\u5230\u7f51\u4e0a\u8fd9\u4e48\u591a\u6d88\u606f \u4f5c\u4e3a\u6b66\u6c49\u534f\u548c\u533b\u9662\u7684\u4e00\u540d\u5916\u79d1\u533b\u751f\u6211\u771f\u7684\u8c08\u8c08\u81ea\u5df1\u7684\u771f\u4e8b\u770b\u6cd5\u6211\u7684\u611f\u89c9\u5c31\u662f\u5f53\u524d\u5982\u679c\u75be\u75c5\u662f\u4e00\u5206 \u800c\u6050\u614c\u662f\u5341\u5206\u53e6\u5916\u5404\u79cd\u8c23\u8a00\u6ee1\u5929\u98de \u5404\u79cd\u523a\u6fc0\u611f\u5b98\u7684\u8bf4\u6cd5\u4e5f\u5360\u9886","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1669"}; 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 () { } }); }); }