feat(提现页面): 提现成功后刷新收益

This commit is contained in:
hzj 2026-02-11 19:17:35 +08:00
parent 31f51cbada
commit ae07e871ec

View File

@ -502,7 +502,7 @@ const Receive = async () => {
}) })
if (resApply.status) { if (resApply.status) {
closedPopup() closedPopup()
await withdrawableAmount(activityId) // await getDrawableAmount() //
cashOutShow.value = true cashOutShow.value = true
} }
} catch (error) { } catch (error) {