From a3d0e583b12fb91ff1a76e878737a1ce8f506255 Mon Sep 17 00:00:00 2001 From: kuaileWu <1432334894@qq.com> Date: Wed, 17 Apr 2024 12:29:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E7=BA=A6=E7=A1=AE=E8=AE=A4=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=B0=B1=E8=AF=8A=E4=BA=BA=E4=BA=A4=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/bookBox.vue | 1 + pages/prebook/prebook.vue | 100 +++++++++++++++++++++++++++++++++------------- 2 files changed, 73 insertions(+), 28 deletions(-) diff --git a/components/bookBox.vue b/components/bookBox.vue index 8c8ef5a..34bcc6f 100644 --- a/components/bookBox.vue +++ b/components/bookBox.vue @@ -93,6 +93,7 @@ export default { confirmSubmit(times){ if(times.bed_count <= 0) return times.date = this.RegistrationTimeList[this.selectDay].date + times.key = this.selectDay this.$emit('confirmSubmitEvent', times) } } diff --git a/pages/prebook/prebook.vue b/pages/prebook/prebook.vue index 3ba2692..a548369 100644 --- a/pages/prebook/prebook.vue +++ b/pages/prebook/prebook.vue @@ -8,26 +8,26 @@ 预约信息确认 - 当前时段余号不足,只能预约2人 + 当前时段余号不足,只能预约{{times.left_count}}人 - - + + 上官子涵 - - + + 帅哥 - - + + 发财哥 - - + + 王富贵 @@ -50,9 +50,9 @@ 看诊时间: - 2023.11.12 上午 9:30-10:30 + {{times.date}} 上午 {{times.start_time}}-{{times.end_time}} - + 我再想想 确认预约 @@ -62,8 +62,8 @@