From eda5021e8a49d450270111f57b82d6d1a98106b0 Mon Sep 17 00:00:00 2001 From: Wik-T <812952667@qq.com> Date: Fri, 14 Jul 2023 15:46:15 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E5=BC=80=E9=80=9A=E5=88=86?= =?UTF-8?q?=E8=B4=A6=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/open-Divide_accounts/open-Divide_accounts.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index/open-Divide_accounts/open-Divide_accounts.vue b/pages/index/open-Divide_accounts/open-Divide_accounts.vue index 642ff6d..b07a1c6 100644 --- a/pages/index/open-Divide_accounts/open-Divide_accounts.vue +++ b/pages/index/open-Divide_accounts/open-Divide_accounts.vue @@ -124,7 +124,7 @@ 'base64File': imgURL }, success: function(uploadFileRes) { - that.powerofattorney = JSON.parse(uploadFileRes.data).return_data; + that.powerofattorney = JSON.parse(uploadFileRes.data).return_data[0]; } }); })