提现金额

This commit is contained in:
2020-11-18 14:24:20 +08:00
parent da5ad1202c
commit 224bacbb2a
4 changed files with 5 additions and 3 deletions

View File

@@ -180,7 +180,7 @@ export default defineComponent({
if (accountlist.value.length == 0) {
message.error(lan.$t('kongzhanghaoliebiao'));
return;
} else if (payinfo.value.money < 100) {
} else if (payinfo.value.money < store.state.seting.minwithdraw) {
message.error(lan.$t('zuiditixian'));
return;
} else if (payinfo.value.money > yue.value) {