From c48951df8c9a51056adde199edea168800c1c66d Mon Sep 17 00:00:00 2001 From: puhui999 Date: Fri, 29 Nov 2024 15:52:41 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8A=9F=E8=83=BD=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E3=80=91=E6=94=B6=E6=AC=BE=E7=A0=81=E4=B8=8A=E4=BC=A0=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/commission/withdraw.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/commission/withdraw.vue b/pages/commission/withdraw.vue index 6cde0283..a9fd9de8 100644 --- a/pages/commission/withdraw.vue +++ b/pages/commission/withdraw.vue @@ -78,6 +78,7 @@ limit="1" mode="grid" :imageStyles="{ width: '168rpx', height: '168rpx' }" + @success="(payload) => state.accountInfo.accountQrCodeUrl = payload.tempFilePaths[0]" /> @@ -161,13 +162,14 @@