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=2789&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: 1749425493, nonceStr: 'YcGq1P8fNBPGppsn', signature: '1ce7142be9a7666993c0f4bd80caf80f364bd25b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u533b\u52a1\u4eba\u5458\u5230\u5ef6\u5409\u673a\u573a\u5b88\u62a4\u597d\u6211\u4eec\u7684\u56fd\u95e8","smalltext":"3\u670824\u65e5\u4e0b\u5348\uff0c\u6566\u5316\u5e02\u533b\u9662\u63a5\u5230\u536b\u751f\u5065\u5eb7\u5c40\u7d27\u6025\u901a\u77e5\uff0c\u62bd\u8c033\u540d\u533b\u52a1\u4eba\u5458\u5230\u5ef6\u5409\u673a\u573a\u7b5b\u67e5\u5883\u5916\u65c5\u5ba2\u8eab\u4f53\u5065\u5eb7\u60c5\u51b5\uff0c\u4e3b\u8981\u8d1f\u8d23\u6837\u672c\u91c7\u96c6\u3001\u6d41\u884c\u75c5\u5b66\u53f2\u8c03\u67e5\u7b49\u5de5\u4f5c\u3002\u4f20\u67d3\u79d1\u533b\u751f\u738b\u4e25\u3001\u62a4\u58eb\u8d75\u5fae\u3001\u6881","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2789"}; 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 () { } }); }); }