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=2176&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: 1749447385, nonceStr: 'dR7YVtPgCmdlYtMQ', signature: '50e8f7bbdf46d75c11a6934dd620b722ddb9f92e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u75ab\u60c5\u4e0b\u7684\u6e29\u60c5\uff0c\u5e26\u7ed9\u6211\u529b\u91cf","smalltext":" \u7a81\u53d1\u7684\u75ab\u60c5\uff0c\u7ed9\u6211\u4eec\u7684\u57ce\u5e02\u6309\u4e0b\u6682\u505c\u952e\uff0c\u6ca1\u6709\u4e86\u62dc\u5e74\u805a\u9910\u3001\u8d70\u4eb2\u8bbf\u53cb\uff0c\u4e5f\u6ca1\u6709\u4e86\u8fd4\u7a0b\u5f00\u5de5\u7684\u62e5\u5835\u548c\u5fd9\u788c\u3002\u5728\u8fd9\u8270\u96be\u65f6\u523b\uff0c\u4eb2\u60c5\u3001\u53cb\u60c5\u3001\u7231\u60c5\uff0c\u5728\u75ab\u60c5\u8086\u8650\u7684\u65e5\u5b50\u91cc\uff0c\u6210\u4e3a\u6e29\u6696\u4eba\u5fc3\u7684\u4e3b\u9898\uff0c\u5728","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2176"}; 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 () { } }); }); }