From 78d2be5ecd0d61aa75d3952ffb598bdc6b895798 Mon Sep 17 00:00:00 2001 From: ljl Date: Fri, 22 Dec 2023 13:27:09 +0800 Subject: [PATCH] yh --- public/account.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/account.html b/public/account.html index 2550b2b..eb770df 100644 --- a/public/account.html +++ b/public/account.html @@ -193,7 +193,7 @@ console.log('submit!'); }, updatePassword() { - if (this.registerForm.confirm_password != this.registerForm.password) { + if (this.updatePasswordForm.confirm_password != this.updatePasswordForm.password) { this.$message.error('密码和确认密码不一致'); return; }