yee 8 years ago
parent
commit
3d181bf3f4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/webapp/WEB-INF/views/portal/index.html

+ 2 - 2
src/main/webapp/WEB-INF/views/portal/index.html

@@ -31,8 +31,8 @@
 				<div class="col-md-6 col-md-offset-1">
 					<h2>让科技无国界</h2>
 					<div class="input-group search">
-						<input type="text" class="form-control"> <span class="input-group-btn">
-							<button class="btn" type="button">搜索</button>
+						<input type="text" id="searchInput" class="form-control"> <span class="input-group-btn">
+							<button class="btn" id="achievementBtn" type="button">搜索</button>
 						</span>
 					</div>
 				</div>