From 08369aed72a64e836f6cc7c101eb9e0cd5ab8f27 Mon Sep 17 00:00:00 2001 From: 18154758993 <605281283@qq.com> Date: Tue, 6 Jan 2026 15:10:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=AF=B7=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E9=A2=84=E8=AE=A1=E8=BF=94=E6=A0=A1=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/sub/StudoEdit.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/sub/StudoEdit.vue b/pages/sub/StudoEdit.vue index a61076b..b1d9337 100644 --- a/pages/sub/StudoEdit.vue +++ b/pages/sub/StudoEdit.vue @@ -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, '/'));