update
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user