00024-layui 在一個頁面,打開另外一個頁面,iframe版

在個人客戶頁面,調整到 個人合同頁面:jsp

<div>請去【<a style="color:green" class="toPage" data-type="toPage" >合同管理—個人合同</a>】頁面提交審覈!</div>

js:ide

var active = {
          toPage:function () {
              top.layui.index.openTabsPage("order/myOrdersList.jsp", '個人合同');
          }
}

      $("body").on('click','.toPage', function(){
          var type = $(this).data('type');
          active[type] ? active[type].call(this) : '';
      });

打開另外一頁面(頁籤) 的關鍵代碼:ui

top.layui.index.openTabsPage("order/myOrdersList.jsp", '個人合同');
相關文章
相關標籤/搜索