|
|
@@ -205,7 +205,8 @@
|
|
|
callback(new Error('密码须为8-20字符的英文、数字混合'))
|
|
|
this.passwordChecked = false
|
|
|
}
|
|
|
- if (this.passwordRest.confirm !== '') {
|
|
|
+ if (this.passwordRest.confirm) {
|
|
|
+ console.log(this.passwordRest.confirm)
|
|
|
if (value !== this.passwordRest.confirm) {
|
|
|
this.showPasswordError = true
|
|
|
// callback(new Error('两次输入密码不一致!'))
|