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) {