提现金额
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user