diff --git a/employee-app/health-checkup/gastro-date-selected.html b/employee-app/health-checkup/gastro-date-selected.html new file mode 100644 index 0000000..075f70c --- /dev/null +++ b/employee-app/health-checkup/gastro-date-selected.html @@ -0,0 +1,187 @@ + + + + + + 胃肠镜预约 - 预约完成 + + + +
+
+ 12:00 +
+ + +
+
+ +
+
+ +
+
选择医院
+
+
填问卷
+
+
预约日期
+
+ + +
+
预约信息
+
+ 体检医院 + 宁夏宝石花医院 +
+
+ 体检员工 + 刘韵琴 +
+
+ 体检地址 + 银川市西夏区怀远路148号 +
+
+ 体检日期 + 2026年3月23日 +
+
+ 体检项目 + 胃肠镜体检 +
+
+ + +
+
体检须知
+
检查前3天请清淡饮食,避免高纤维、高脂肪食物。
+
检查前一天晚上需服用肠道清洁剂,具体用法请遵医嘱。
+
检查当天需空腹,禁食禁水至少8小时。
+
请携带本人身份证件按时前往医院。
+
若选择无痛胃肠镜,检查后24小时内请勿驾车。
+
若需取消预约,请至少提前一天操作。
+
+
+
+ +
+ + +
+
当前已预约胃肠镜检查,无法重新选择,请先取消预约
+
+ + + diff --git a/employee-app/health-checkup/gastro-date.html b/employee-app/health-checkup/gastro-date.html index 561b1f7..676be00 100644 --- a/employee-app/health-checkup/gastro-date.html +++ b/employee-app/health-checkup/gastro-date.html @@ -302,10 +302,7 @@ function closeConfirm() { document.getElementById('confirmModal').classList.add('hidden'); } function showSuccessToast() { closeConfirm(); - var toast = document.getElementById('successToast'); - toast.classList.add('show'); - clearTimeout(toastTimer); - toastTimer = setTimeout(function() { toast.classList.remove('show'); }, 2200); + window.location.href = 'gastro-date-selected.html'; }