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=6601&classid=14&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: 1730418619, nonceStr: 'KE9BFWDiUtj8BHyH', signature: 'fd220e310de351efe88c402883e9602b10bd95b4', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u200b\u6d41\u514933\u8f7d\uff0c\u4e0d\u8d1f\u4eba\u6587\u4e0d\u8d1f\u537f","smalltext":"\u65f6\u95f4\u6709\u4e09\u79cd\u6b65\u4f10\uff1a\u672a\u6765\u59d7\u59d7\u6765\u8fdf\uff0c\u73b0\u5728\u50cf\u7bad\u4e00\u6837\u98de\u901d\uff0c\u8fc7\u53bb\u6c38\u8fdc\u9759\u6b62\u4e0d\u52a8\u3002\u518d\u56de\u9996\uff0c\u4f5c\u4e3a\u4e00\u540d\u7cbe\u795e\u536b\u751f\u5de5\u4f5c\u8005\uff0c\u6211\u5df2\u4e0e\u7cbe\u795e\u969c\u788d\u60a3\u8005\u4e00\u8d77\u5ea6\u8fc7\u4e86\u6700\u5feb\u800c\u53c8\u6700\u6162\uff0c\u6700\u957f\u800c\u53c8\u6700\u77ed\uff0c\u6700\u5e73\u51e1\u800c\u53c8\u6700\u73cd\u8d35\u768433","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6601"}; 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 () { } }); }); }