fix(bd操作薪资页面): 修复提示弹窗显示不出来的问题
This commit is contained in:
parent
8b1414bcea
commit
e471ebcaf6
@ -19,10 +19,10 @@
|
|||||||
"
|
"
|
||||||
>
|
>
|
||||||
<div style="font-weight: 600">{{ t('available_salaries') }}</div>
|
<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>
|
<div style="color: rgba(0, 0, 0, 0.4)">{{ t('details') }}</div>
|
||||||
<img src="../../assets/icon/arrow.png" alt="" width="16px" class="flipImg" />
|
<img src="../../assets/icon/arrow.png" alt="" width="16px" class="flipImg" />
|
||||||
</div> -->
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
style="
|
style="
|
||||||
@ -791,6 +791,8 @@ const actions = ref([
|
|||||||
const CashOut = () => {
|
const CashOut = () => {
|
||||||
if (hasKYC.value && bankCardInfo.value?.status === 'PASS') {
|
if (hasKYC.value && bankCardInfo.value?.status === 'PASS') {
|
||||||
cashOutTypeShow.value = true
|
cashOutTypeShow.value = true
|
||||||
|
} else if (!hasKYC.value) {
|
||||||
|
cashOutTipShow.value = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user