From 35fefed0792c40cb99b8d15fa5811bbb5992bff9 Mon Sep 17 00:00:00 2001
From: D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore <chenjingjing@LAPTOP-E51P2139>
Date: 星期一, 21 一月 2019 10:42:24 +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