wubb 8 years ago
parent
commit
4a7aa3a54e
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/main/webapp/WEB-INF/views/portal/index.html

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

@@ -31,6 +31,11 @@
 				<div class="col-md-6">
 					<h2></h2>
 					<div class="input-group search">
+						<select id="searchType">
+                            <option value="/portal/search/demand.html">需求</option>
+                            <option value="/portal/search/achievement.html">技术</option>
+                            <option value="/portal/search/subscriberUser.html">行家</option>
+                        </select>
 						<input type="text" id="searchInput" class="form-control"> <span class="input-group-btn">
 							<button class="btn" id="achievementBtn" type="button">搜索</button>
 						</span>