From d58192555729b8fac0ac44d74788f88ce5e568a0 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期二, 01 八月 2023 12:38:54 +0800 Subject: [PATCH] Update: 首頁活動影片 loop --- PAMapp/components/Interview/InterviewAdd.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PAMapp/components/Interview/InterviewAdd.vue b/PAMapp/components/Interview/InterviewAdd.vue index 5064c77..171345f 100644 --- a/PAMapp/components/Interview/InterviewAdd.vue +++ b/PAMapp/components/Interview/InterviewAdd.vue @@ -188,7 +188,7 @@ this.confirmTxt = confirmTxt; this.updateAppointmentDetail(+this.appointmentId); - if (new Date(this.interviewTime).getTime() >= new Date().getTime()) { + if (new Date(this.interviewTime).getTime() >= new Date().getTime() && (!this.appointmentDetail.appointmentClosedInfo)) { this.showFutureDateConfirmPopup = true; } else { this.showConfirmPopup = true; -- Gitblit v1.8.0