fix(操作金额页): 修复兑换成功后弹窗还在的问题

This commit is contained in:
hzj 2025-11-18 19:54:45 +08:00
parent f08597c917
commit 99fe4bb5c6

View File

@ -1050,6 +1050,7 @@ const handleExchange = async () => {
showSuccess(t('exchange_success', { price: selectedOption.cash }))
//
closedPopup()
await fetchBankBalance()
}