wubb 8 年之前
父节点
当前提交
4a7aa3a54e
共有 1 个文件被更改,包括 5 次插入0 次删除
  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>