feat(提现): 调整tips弹窗的字体、弹窗的显示问题
This commit is contained in:
parent
b781f2810e
commit
eec485d8e2
@ -697,7 +697,7 @@
|
|||||||
@click.stop
|
@click.stop
|
||||||
>
|
>
|
||||||
<div style="color: rgba(0, 0, 0, 0.8); font-weight: 800">{{ t('tips') }}</div>
|
<div style="color: rgba(0, 0, 0, 0.8); font-weight: 800">{{ t('tips') }}</div>
|
||||||
<div style="color: rgba(0, 0, 0, 0.4); font-weight: 600; font-size: 0.7em">
|
<div style="color: rgba(0, 0, 0, 0.4); font-weight: 600; font-size: 0.8em">
|
||||||
{{ t('cash_withdrawal_tips') }}
|
{{ t('cash_withdrawal_tips') }}
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
@ -1045,10 +1045,10 @@ const Receive = async () => {
|
|||||||
acceptBankCardId: usedBankCard.value.id,
|
acceptBankCardId: usedBankCard.value.id,
|
||||||
})
|
})
|
||||||
if (resApply.status) {
|
if (resApply.status) {
|
||||||
|
closedPopup()
|
||||||
cashOutShow.value = true
|
cashOutShow.value = true
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
cashOutShow.value = false
|
|
||||||
showError(error.response?.errorMsg || t('something_went_wrong'))
|
showError(error.response?.errorMsg || t('something_went_wrong'))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user