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=3530&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: 1715103381, nonceStr: 'SdfuMp6AZtS5MWTI', signature: '8678069f609fef931636602b134856cc282de707', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u5728\u9694\u79bb\u75c5\u533a\u5b88\u62a4\u751f\u547d \u8ba4\u771f\u8fce\u63a5\u6bcf\u4e00\u5929","smalltext":"\u62c9\u5f00\u7a97\u5e18\uff0c\u8f6c\u8d77\u767e\u53f6\u7a97\uff0c\u8fce\u63a5\u5d2d\u65b0\u7684\u4e00\u5929\uff0c\u8d77\u8eab\u540e\uff0c\u6211\u50cf\u5f80\u5e38\u4e00\u6837\u8be2\u95ee\u4e86\u79d1\u5ba4\u591c\u95f4\u6536\u6cbb\u60a3\u8005\u60c5\u51b5\u3002\u6628\u591c\u6536\u6cbb\u4e8610\u540d\u60a3\u8005\uff0c\u53c8\u662f\u5fd9\u788c\u7684\u4e00\u591c\uff0c\u6b64\u523b\u8111\u6d77\u91cc\u90fd\u662f\u533b\u62a4\u540c\u4ec1\u4eec\u5fd9\u788c\u7684\u753b\u9762\uff0c\u4e0d\u7981\u6709\u4e9b\u5fc3\u75bc\u30027:","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3530"}; 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 () { } }); }); }