ソースを参照

注册、登录页面修改

anderx 7 年 前
コミット
f6534f8320
共有2 個のファイルを変更した1 個の追加2 個の削除を含む
  1. 0 1
      src/main/webapp/WEB-INF/views/common.html
  2. 1 1
      src/main/webapp/WEB-INF/views/user/signIn.html

+ 0 - 1
src/main/webapp/WEB-INF/views/common.html

@@ -426,7 +426,6 @@
 								<option value="0">个人</option>
 								<option value="1">企业</option>
 							</select>
-							<span class="star"> * </span>
 						</div>
 						<div class="login_check">
 						<a href="#">忘记密码?</a>

+ 1 - 1
src/main/webapp/WEB-INF/views/user/signIn.html

@@ -38,7 +38,7 @@
 						</div>
 						<div class="zhuce_input">
 							<img th:src="${portalHost+'/img/resiger_username.jpg'}" alt=""/>
-							<select id="customerType">
+							<select id="customerTypes">
 								<option value="0">个人</option>
 								<option value="1">企业</option>
 							</select>