fix(bd操作薪资页面): 修复提示弹窗显示不出来的问题

This commit is contained in:
hzj 2025-11-14 19:04:08 +08:00
parent 8b1414bcea
commit e471ebcaf6

View File

@ -19,10 +19,10 @@
"
>
<div style="font-weight: 600">{{ t('available_salaries') }}</div>
<!-- <div style="display: flex; align-items: center" @click="showDetails">
<div style="display: flex; align-items: center" @click="showDetails">
<div style="color: rgba(0, 0, 0, 0.4)">{{ t('details') }}</div>
<img src="../../assets/icon/arrow.png" alt="" width="16px" class="flipImg" />
</div> -->
</div>
</div>
<div
style="
@ -791,6 +791,8 @@ const actions = ref([
const CashOut = () => {
if (hasKYC.value && bankCardInfo.value?.status === 'PASS') {
cashOutTypeShow.value = true
} else if (!hasKYC.value) {
cashOutTipShow.value = true
}
}