去掉请选择预计返校时间
This commit is contained in:
@@ -542,14 +542,14 @@ import {
|
||||
});
|
||||
return;
|
||||
}
|
||||
if (isEmpty(sdata.scheduledReturnTime)) {
|
||||
uni.showToast({
|
||||
title: "请选择预计返校时间",
|
||||
icon: "none",
|
||||
mask: true
|
||||
});
|
||||
return;
|
||||
}
|
||||
// if (isEmpty(sdata.scheduledReturnTime)) {
|
||||
// uni.showToast({
|
||||
// title: "请选择预计返校时间",
|
||||
// icon: "none",
|
||||
// mask: true
|
||||
// });
|
||||
// return;
|
||||
// }
|
||||
const today = new Date();
|
||||
today.setHours(0, 0, 0, 0);
|
||||
const willLeaveTime = new Date(sdata.willLeaveTime.replace(/-/g, '/'));
|
||||
|
||||
Reference in New Issue
Block a user