فهرست منبع

Merge pull request #37 from lichunqiang/patch-1

注册页面前端优化
star7th 9 سال پیش
والد
کامیت
4d7706a1cb
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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>