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=6466&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: 1750089091, nonceStr: 'vMnwRxeZTe70vjib', signature: '9aa73993a56af27c1be0c9f8d4682cb9ae89fdd3', 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\u5411\u9633\u800c\u751f","smalltext":" \u81ea\u6211\u8ddf\u4ed8\u8001\u5e08\u76f8\u9047\u5230\u73b0\u5728\u5df2\u7ecf\u8fc7\u53bb\u4e86\u5927\u534a\u5e74\u65f6\u95f4\u3002\u5728\u6211\u7684\u5370\u8c61\u4e2d\uff0c\u4ed8\u8001\u5e08\u662f\u4e2a\u5145\u6ee1\u6b63\u80fd\u91cf\uff0c\u603b\u662f\u9762\u5e26\u7b11\u5bb9\uff0c\u5bf9\u4eba\u53cb\u597d\uff0c\u79ef\u6781\u4e50\u89c2\u7684\u4eba\uff0c\u6709\u65f6\u5019\u751a\u81f3\u89c9\u5f97\u4ed6\u6ca1\u6709\u75be\u75c5\u7f20\u8eab\u3002\u4f46\u5176\u5b9e\u4ed8\u8001\u5e08\u4ece2021","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6466"}; 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 () { } }); }); }