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=504&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: 1749298685, nonceStr: '9wxZa6KPdBLqvaZK', signature: 'f72092d5596dbc73b39ba406bce68d965b14f05e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u626c\u5dde\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u533b\u62a4\u7248\u300a\u6211\u548c\u6211\u7684\u7956\u56fd\u300b\u5237\u7206\u670b\u53cb\u5708","smalltext":"\u4e03\u5341\u5e74\u534e\uff0c\u98ce\u96e8\u517c\u7a0b\uff0c\u6211\u4eec\u4e0e\u7956\u56fd\u643a\u624b\u76f8\u4f34\u201d\u3002\u4e00\u573a\u6fc0\u60c5\u5feb\u95ea\uff0c\u4e00\u66f2\u7231\u56fd\u8d5e\u6b4c\u3002\u65e5\u524d\uff0c\u4e00\u573a\u522b\u5f00\u751f\u9762\u7684\u5feb\u95ea\u5728\u626c\u5dde\u5927\u5b66\u9644\u5c5e\u533b\u9662\u897f\u533a\u533b\u9662\u95e8\u8bca\u5927\u5385\u91cc\u4e0a\u6f14\uff0c\u533b\u52a1\u4eba\u5458\u7528\u6b4c\u58f0\u5411\u7956\u56fd\u8868\u767d\uff0c\u732e\u793c\u65b0\u4e2d\u56fd","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=504"}; 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 () { } }); }); }