Authored by xuqi

eye open in passowrd back

... ... @@ -16,7 +16,9 @@ var showErrTip = tip.show;
var $phoneNum = $('#phone-num');
api.bindEyesEvt();
api.bindEyesEvt({
status: 'open'
});
$pwd.bind('input', function() {
if (trim($pwd.val()) === '') {
... ...
... ... @@ -3,7 +3,7 @@
{{> passport/header}}
<div class="content">
<div class="input-container row has-eye">
<input id="pwd" class="input pwd" type="password" placeholder="请输入新密码" autocomplete="off" maxlength="20">
<input id="pwd" class="input pwd" type="text" placeholder="请输入新密码" autocomplete="off" maxlength="20">
</div>
<span id="btn-ok" class="btn btn-ok disable">完成</span>
</div>
... ...