This commit is contained in:
王一嘉
2025-07-15 19:00:47 +08:00
parent e6801555b1
commit a9d57ac260

View File

@@ -24,10 +24,10 @@ const open = debounce(async () => {
}); });
return; return;
} }
if (dayjs().hour() <= 11 || dayjs().hour() >= 18) { if (UserStore.userInfo.money < 1) {
showToast({ showToast({
icon: 'error', icon: 'error',
title: '请于11:00至18:00发起提现', title: '平台最低提现金额为1.00元',
}); });
return; return;
} }