From 0d3439eff37ad2c5d1b998adb48be70ff4d7fd02 Mon Sep 17 00:00:00 2001
From: hdw <hdw@192.168.7.127>
Date: 星期五, 18 一月 2019 14:43:36 +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..ba2a943 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