From 63fa8078f4aac90bb1ac26420315eae407725148 Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Thu, 21 Dec 2023 21:31:08 +0800 Subject: [PATCH] yh --- public/account.html | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/public/account.html b/public/account.html index 87ca168..4e6010e 100644 --- a/public/account.html +++ b/public/account.html @@ -56,15 +56,6 @@ data() { return { activeName: 'register', - loginForm: { - username: '', - password: '' - }, - registerForm: { - username: '', - password: '', - confirm_password: '' - }, username: '', userInfo: { realname_flag: '', @@ -99,7 +90,7 @@ if (result.code != 1000) { return this.$message.error(response.data.message); } - this.usernae = result.username; + this.username = result.username; this.userInfo = result.userInfo; this.bankCard = result.bankCard; })