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 |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/gx_tieta/WebRoot/mobil/machineroomM.html b/gx_tieta/WebRoot/mobil/machineroomM.html
index d32aa37..2c13fab 100644
--- a/gx_tieta/WebRoot/mobil/machineroomM.html
+++ b/gx_tieta/WebRoot/mobil/machineroomM.html
@@ -15,11 +15,14 @@
 		<div data-role="page"  tabindex="0" id="page0">
 			<div data-role="header" data-position="fixed">
 				<a href="index.html"  target="_top" style="padding-top:0.7em;padding-bottom:0.7em;">杩斿洖</a>
-				<h1>鏈烘埧</h1>
+				<h1>鐪�</h1>
 			</div>
 		
 			<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,14 +70,20 @@
 				setCookie("StationName1",json);
 				window.location.href="selectcity.html";
 			});
-				
+			
+			
+			// 鐐瑰嚮鎼滅储妗嗚烦杞埌homeList椤甸潰
+			$('#searchInput').click(function() {
+				$(this).blur();
+				window.location.href="homeList.html";
+			});	
 		});
 		
 		// 瀹氫箟闈㈠寘灞戝鑸潯
 		$(function(){
 			var data = [
 				{url: 'javascript:JumpHomePage();', txt: '棣栭〉'},
-				{url: 'javascript:;', txt: '鏈烘埧'}
+				{url: 'javascript:;', txt: '鐪�'}
 			];
 			addBreadCrumb($('.breadcrumb').eq(0),data);
 		});

--
Gitblit v1.9.1