| | |
| | | </nav>--> |
| | | <button class="roll-nav roll-right J_tabRight"><i class="fa fa-forward"></i> |
| | | </button> |
| | | |
| | | <div class="btn-group roll-nav roll-right"> |
| | | <button class="dropdown J_tabClose" data-toggle="dropdown">关闭操作<span class="caret"></span> |
| | | |
| | | </button> |
| | | <ul role="menu" class="dropdown-menu dropdown-menu-right"> |
| | | <li class="J_tabShowActive"><a>定位当前选项卡</a> |
| | |
| | | <div class="pull-right">© 2019-2023 <a href="#" onclick="return false" target="_blank">玩湃</a> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <script src="${ctxPath}/js/common/Feng.js"></script> |
| | | <script type="text/javascript"> |
| | | function getSite(){ |
| | | // var ajax = new $ax(Feng.ctxPath + "/tSite/expireInsuranceEndTime", function(data){ |
| | | // }); |
| | | // ajax.start(); |
| | | $.ajax({ |
| | | url: Feng.ctxPath + "/tSite/expireInsuranceEndTime", |
| | | type: "POST", |
| | | contentType: "application/json", // 设置请求头的 Content-Type |
| | | success: function(response) { |
| | | }, |
| | | error: function(xhr, status, error) { |
| | | } |
| | | }); |
| | | } |
| | | </script> |