This commit is contained in:
王一嘉
2025-07-15 18:53:44 +08:00
parent c04598460d
commit e6801555b1

View File

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