Przeglądaj źródła

Update register.html

password -> text
LightOfHeaveN 9 lat temu
rodzic
commit
bbd0871d34
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      Application/Home/View/User/register.html

+ 2 - 2
Application/Home/View/User/register.html

@@ -8,7 +8,7 @@
         <input type="text" class="input-block-level" name="username" placeholder="用户名(可填英文昵称或邮箱)">
         <input type="password" class="input-block-level" name="password"  placeholder="密码">
         <input type="password" class="input-block-level" name="confirm_password"  placeholder="再次输入密码">
-        <input type="password" class="input-block-level" name="v_code"  placeholder="验证码">
+        <input type="text" class="input-block-level" name="v_code"  placeholder="验证码">
         <div class="control-group">
           <div class="controls">
             <img src="#" id="v_code_img">
@@ -32,4 +32,4 @@
     }); 
  });
 
-</script>
+</script>