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; })