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 @@