eye open in passowrd back
Showing
2 changed files
with
4 additions
and
2 deletions
@@ -16,7 +16,9 @@ var showErrTip = tip.show; | @@ -16,7 +16,9 @@ var showErrTip = tip.show; | ||
16 | 16 | ||
17 | var $phoneNum = $('#phone-num'); | 17 | var $phoneNum = $('#phone-num'); |
18 | 18 | ||
19 | -api.bindEyesEvt(); | 19 | +api.bindEyesEvt({ |
20 | + status: 'open' | ||
21 | +}); | ||
20 | 22 | ||
21 | $pwd.bind('input', function() { | 23 | $pwd.bind('input', function() { |
22 | if (trim($pwd.val()) === '') { | 24 | if (trim($pwd.val()) === '') { |
@@ -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="password" placeholder="请输入新密码" autocomplete="off" maxlength="20"> | 6 | + <input id="pwd" class="input pwd" type="text" placeholder="请输入新密码" autocomplete="off" maxlength="20"> |
7 | </div> | 7 | </div> |
8 | <span id="btn-ok" class="btn btn-ok disable">完成</span> | 8 | <span id="btn-ok" class="btn btn-ok disable">完成</span> |
9 | </div> | 9 | </div> |
-
Please register or login to post a comment