Authored by ccbikai

注册默认不显示面膜

@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 {{> passport/header}} 3 {{> passport/header}}
4 <div class="content"> 4 <div class="content">
5 <div class="input-container row has-eye"> 5 <div class="input-container row has-eye">
6 - <input id="pwd" class="input pwd" type="text" placeholder="请输入密码" autocomplete="off" maxlength="20"> 6 + <input id="pwd" class="input pwd" type="password" placeholder="请输入密码" autocomplete="off" maxlength="20">
7 </div> 7 </div>
8 <span id="btn-sure" class="btn btn-sure disable row">确定</span> 8 <span id="btn-sure" class="btn btn-sure disable row">确定</span>
9 </div> 9 </div>