From ae07e871ec32216d9486e898d540ae4dd02ad2a6 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Wed, 11 Feb 2026 19:17:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8F=90=E7=8E=B0=E9=A1=B5=E9=9D=A2):=20?= =?UTF-8?q?=E6=8F=90=E7=8E=B0=E6=88=90=E5=8A=9F=E5=90=8E=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E6=94=B6=E7=9B=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Wallet/CashOut/CashOut.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Wallet/CashOut/CashOut.vue b/src/views/Wallet/CashOut/CashOut.vue index 8178abc..1269bc5 100644 --- a/src/views/Wallet/CashOut/CashOut.vue +++ b/src/views/Wallet/CashOut/CashOut.vue @@ -502,7 +502,7 @@ const Receive = async () => { }) if (resApply.status) { closedPopup() - await withdrawableAmount(activityId) // 刷新银行余额 + await getDrawableAmount() // 刷新银行余额 cashOutShow.value = true } } catch (error) {