From 548696c4758a6d84ff2b99fd709eaf632430a1f7 Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Thu, 21 Dec 2023 21:33:29 +0800 Subject: [PATCH] yh --- public/account.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/account.html b/public/account.html index cab3a59..1fa2cb2 100644 --- a/public/account.html +++ b/public/account.html @@ -90,9 +90,9 @@ if (result.code != 1000) { return this.$message.error(response.data.message); } - this.username = result.username; - this.userInfo = result.userInfo; - this.bankCard = result.bankCard; + this.username = result.data.username; + this.userInfo = result.data.userInfo; + this.bankCard = result.data.bankCard; console.log('result', result); console.log('username', this.username); })