From 2fe250ece8de95b3f70172fe5b45793ab6a3084a Mon Sep 17 00:00:00 2001
From: D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore <chenjingjing@LAPTOP-E51P2139>
Date: 星期五, 18 一月 2019 17:30: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