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=5265&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: 1743764390, nonceStr: 'lBeyB55RVHrR61fm', signature: 'd514409adf3020c001e350a5bac09c682c74a621', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u533b\u7597\u4e0b\u6c89 \u9001\u533b\u4e0a\u95e8","smalltext":"\u4e09\u6708\u7684\u6625\u5929\uff0c\u767e\u82b1\u4e89\u8273\uff0c\u6625\u610f\u76ce\u7136\u3002\u4e09\u6708\u7684\u75c5\u623f\uff0c\u6696\u610f\u878d\u878d\uff0c\u7b11\u58f0\u8d77\u4f0f\u3002\u201c\u771f\u7684\u8c22\u8c22\u60a8\u4eec\uff01\u6ca1\u60f3\u5230\u60a8\u4eec\u7528\u624b\u672f\u89e3\u51b3\u56f0\u6270\u6211\u591a\u5e74\u7684\u2018\u75be\u75c5\u2019\uff0c\u8ba9\u6211\u56de\u5230\u4e86\u4ece\u524d\uff0c\u591c\u95f4\u518d\u4e5f\u4e0d\u4f1a\u56e0\u4e3a\u8d77\u591c\u5f71\u54cd\u5bb6\u4eba\u4f11\u606f\uff0c\u81ea\u5df1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5265"}; 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 () { } }); }); }