fix: 提现限制
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 7m12s

This commit is contained in:
luo
2026-08-13 14:16:12 +08:00
parent 41f3b61b62
commit 8627d203cf

View File

@@ -756,10 +756,6 @@
// 显示提现对话框
const showWithdrawalDialog = () => {
if (summary.value.available_commission < 100) {
ElMessage.warning('可提现佣金不足100分1元无法发起提现')
return
}
withdrawalDialogVisible.value = true
}