Browse Source

密码框

Reiskuchen 5 years ago
parent
commit
1fcecdf4d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cloud-socket/WebContent/bind_weixin.jsp

+ 1 - 1
cloud-socket/WebContent/bind_weixin.jsp

@@ -43,7 +43,7 @@
 		<p class="text3">账号</p>
 		<input class="textbox account" type="text" placeholder="请输入账号">
 		<p class="text3">密码</p>
-		<input class="textbox password" type="text" placeholder="请输入密码">
+		<input class="textbox password" type="password" placeholder="请输入密码">
 		<div class="confirm">确认绑定</div>
 	</div>
 </body>