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=2972&classid=11&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: 1714937661, nonceStr: 'Uw3gq2zBr7B6mKeT', signature: 'd75384b5f687107840e4cd15449536c319026d16', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90d1\u5dde\u4eba\u6c11\u533b\u9662\uff1a\u6e29\u6696\u90d1\u533b\u00b7\u5bb6\u4e66\u5206\u4eab\u4f1a","smalltext":"2019\u5e74\u521d\uff0c\u90d1\u5dde\u4eba\u6c11\u533b\u9662\u9762\u5411\u533b\u9662\u804c\u5de5\u548c\u60a3\u8005\u5f00\u5c55\u6709\u5956\u5f81\u96c6\u5bb6\u4e66\u6d3b\u52a8\uff0c\u5e0c\u671b\u4ee5\u6e29\u6696\u5bb6\u4e66\u4e3a\u8f7d\u4f53\uff0c\u5021\u5bfc\u201c\u4f20\u5bb6\u8bad\u3001\u7acb\u5bb6\u89c4\u3001\u626c\u5bb6\u98ce\u201d\uff0c\u5f3a\u5316\u201c\u4eb2\u60c5\u3001\u53cb\u60c5\u3001\u7231\u60c5\u3001\u4e61\u60c5\u3001\u533b\u60a3\u60c5\u3001\u540c\u4e8b\u60c5\u201d\u3002\u6d3b\u52a8","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2972"}; 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 () { } }); }); }