From ac20fa34cd7bbd1a687a6076575c711f743bc94b Mon Sep 17 00:00:00 2001
From: hdw <hdw@192.168.7.127>
Date: 星期五, 18 一月 2019 15:03:50 +0800
Subject: [PATCH] 修改文本为请输入机房名称关键字
---
gx_tieta/WebRoot/mobil/machineroomM.html | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/gx_tieta/WebRoot/mobil/machineroomM.html b/gx_tieta/WebRoot/mobil/machineroomM.html
index 8bac758..2c13fab 100644
--- a/gx_tieta/WebRoot/mobil/machineroomM.html
+++ b/gx_tieta/WebRoot/mobil/machineroomM.html
@@ -20,6 +20,9 @@
<div data-role="content">
<ul class="breadcrumb"></ul>
+ <div class="home-search-input-container">
+ <input type="text" data-type="search" name="search" id="searchInput" placeholder="璇疯緭鍏ユ満鎴垮悕绉板叧閿瓧...">
+ </div>
<div id="battList"></div>
</div>
<div data-role="popup" id="myPopup" class="defined-popup">
@@ -41,7 +44,7 @@
</div>
</div>
<div data-role="footer" data-position="fixed">
- <!-- <h1>绂忓厜鐢靛瓙鏈夐檺鍏徃</h1> -->
+
</div>
</div>
</body>
@@ -67,7 +70,13 @@
setCookie("StationName1",json);
window.location.href="selectcity.html";
});
-
+
+
+ // 鐐瑰嚮鎼滅储妗嗚烦杞埌homeList椤甸潰
+ $('#searchInput').click(function() {
+ $(this).blur();
+ window.location.href="homeList.html";
+ });
});
// 瀹氫箟闈㈠寘灞戝鑸潯
--
Gitblit v1.9.1