...
|
...
|
@@ -88,7 +88,7 @@ $repasswordInput.on('keyup blur', function() { |
|
|
return;
|
|
|
}
|
|
|
|
|
|
console.log($passwordInput.val(),$repasswordInput.val());
|
|
|
console.log($passwordInput.val(), $repasswordInput.val());
|
|
|
|
|
|
ep.emit('repwd', true);
|
|
|
});
|
...
|
...
|
@@ -137,4 +137,4 @@ ep.on('pwd', function(pwdAuth) { |
|
|
if (pwdAuth) {
|
|
|
hideTip();
|
|
|
}
|
|
|
}); |
|
|
\ No newline at end of file |
|
|
}); |
...
|
...
|
|