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=2654&classid=13&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: 1715752618, nonceStr: 'YcS4bculnAGo8K3u', signature: 'ae8de7e6ec122ba6bcf2332217c66f6d2ef8e92e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90d1\u5dde\u4e2d\u533b\u9aa8\u4f24\u75c5\u533b\u9662\u9aa8\u5173\u8282\u4e8c\u79d1\uff1a\u4ec1\u5fc3\u6362\u4eba\u5fc3","smalltext":"\u4e3a\u54cd\u5e94\u56fd\u5bb6\u536b\u751f\u8ba1\u751f\u59d4\u8fdb\u4e00\u6b65\u6539\u5584\u533b\u7597\u670d\u52a1\u884c\u52a8\u8ba1\u5212\uff0c2015\u5e749\u6708\uff0c\u6210\u90fd\u5927\u5b66\u9644\u5c5e\u533b\u9662\u4e0e\u4e2d\u56fd\u94c1\u8def\u6210\u90fd\u5c40\u96c6\u56e2\u6709\u9650\u516c\u53f8\u8054\u5408\u5f00\u884c\u4e86\u5168\u56fd\u9996\u5217\u201c\u533b\u7597\u5217\u8f66\u201d\u3002\u6253\u9020\u79fb\u52a8\u4e09\u7532\u533b\u9662\uff0c\u521b\u65b0\u533b\u7597\u670d\u52a1","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2654"}; 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 () { } }); }); }