This commit is contained in:
@@ -756,10 +756,6 @@
|
|||||||
|
|
||||||
// 显示提现对话框
|
// 显示提现对话框
|
||||||
const showWithdrawalDialog = () => {
|
const showWithdrawalDialog = () => {
|
||||||
if (summary.value.available_commission < 100) {
|
|
||||||
ElMessage.warning('可提现佣金不足100分(1元),无法发起提现')
|
|
||||||
return
|
|
||||||
}
|
|
||||||
withdrawalDialogVisible.value = true
|
withdrawalDialogVisible.value = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user