From 8306010ebd06cdef8237fa06c32463b7ecf3e3c6 Mon Sep 17 00:00:00 2001 From: hdw <hdw@192.168.7.127> Date: 星期五, 18 一月 2019 11:34:10 +0800 Subject: [PATCH] 屏蔽等待框 --- gx_tieta/WebRoot/mobil/control.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/control.html b/gx_tieta/WebRoot/mobil/control.html index 5b58311..4888c9d 100644 --- a/gx_tieta/WebRoot/mobil/control.html +++ b/gx_tieta/WebRoot/mobil/control.html @@ -23,7 +23,7 @@ </div> <div data-role="content"> - <ul class="breadcrumb"></ul> + <!-- <ul class="breadcrumb"></ul> --> <ul data-role="listview" data-inset="true"> <li> <a href="voltageM.html" target="_top">1.鍗曚綋鐢靛帇 </a> @@ -475,7 +475,7 @@ if(batt.install_user||batt.install_user==0){ }else{ - addBreadCrumb($('.breadcrumb').eq(0), data); + //addBreadCrumb($('.breadcrumb').eq(0), data); } }); -- Gitblit v1.9.1