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=588&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: 1749335908, nonceStr: 'XrEvxmFgcDOaNBez', signature: 'e3958056081b7b6187787159b59a650caa699ee1', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6853\u4ec1\u6ee1\u65cf\u81ea\u6cbb\u53bf\u4eba\u6c11\u533b\u9662\uff1a100\u4eba\u53c2\u4e0e 300\u591a\u6b21\u6350\u732e 12\u4e07\u6beb\u5347\u9c9c\u8840","smalltext":"\u8840\u6db2\u7684\u9971\u6ee1\u90a3\u662f\u751f\u547d\u7684\u65e0\u9650\u4e30\u76c8\uff0c\u8840\u6db2\u7684\u5e72\u6db8\u90a3\u662f\u751f\u547d\u7684\u6709\u754c\u67af\u7aed\uff0c6\u670814\u65e5\u662f\u7b2c16\u4e2a\u4e16\u754c\u732e\u8840\u65e5\uff0c\u53e3\u53f7\u662f\u201c\u4eba\u4eba\u4eab\u6709\u5b89\u5168\u8840\u6db2\u201d\uff0c\u6853\u4ec1\u6ee1\u65cf\u81ea\u6cbb\u53bf\u4eba\u6c11\u533b\u9662\u7edf\u8ba1\u4e86\u533b\u9662\u5728\u804c\u5458\u5de5\u732e\u8840\u60c5\u51b5\uff0c\u7ed3\u679c","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=588"}; 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 () { } }); }); }