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=2088&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: 1716066231, nonceStr: 'ntcDgigCYSJ5aLfy', signature: '3868299bd86532918cb291a4908b488b47494f0f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u7279\u6b8a\u65f6\u671f\u7684\u98df\u5802\uff0c\u8ba9\u6218\u201c\u75ab\u201d\u4eba\u5458\u5403\u597d\u996d\uff01","smalltext":"\u524d\u7ebf\u5728\u6551\u547d\uff0c\u540e\u65b9\u505a\u996d\u83dc\uff0c\u505a\u4e0d\u4e86\u4e00\u7ebf\u6218\u201c\u75ab\u201d\u4eba\u5458\uff0c\u90a3\u6211\u4eec\u5c31\u8981\u5c3d\u81ea\u5df1\u7684\u529b\u91cf\u505a\u597d\u4e8c\u7ebf\u3002\u5728\u6297\u51fb\u75ab\u60c5\u7684\u7279\u6b8a\u65f6\u671f\uff0c\u4e3a\u8ba9\u6218\u201c\u75ab\u201d\u4eba\u5458\u5403\u597d\u996d\uff0c\u6709\u8fd9\u4e48\u4e00\u7fa4\u9ed8\u9ed8\u65e0\u95fb\u7684\u9910\u996e\u4eba\uff0c\u65e5\u590d\u4e00\u65e5\u5e74\u590d\u4e00\u5e74\u505a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2088"}; 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 () { } }); }); }