From 01fd9ecdf0b94f4404055b99d2ad2bbf60a94916 Mon Sep 17 00:00:00 2001 From: wangxiaowei <1121133807@qq.com> Date: Thu, 21 Aug 2025 17:40:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A2=84=E5=AE=9A=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages-sub/reserve-room/detail.vue | 308 ++++++++++++++------------ src/pages-sub/reserve-room/room.vue | 5 +- 2 files changed, 165 insertions(+), 148 deletions(-) diff --git a/src/pages-sub/reserve-room/detail.vue b/src/pages-sub/reserve-room/detail.vue index 4d66fcc..4aa395f 100644 --- a/src/pages-sub/reserve-room/detail.vue +++ b/src/pages-sub/reserve-room/detail.vue @@ -66,12 +66,14 @@ - + 预定时间 3小时起订 - 请选择 + + {{ totalHour > 0 ? `${totalHour}小时` : '请选择' }} + @@ -96,7 +98,7 @@ - + @@ -145,31 +147,87 @@ - - 确定转入 + + + + + + 合计: + + + + + + + + 费用明细 + + + + + {{ isGroupBuying ? '立即购买' : '立即预定' }} + + - - - - + + + + 选择时间 + + + 开始时间 + {{ startTimeLayout }} + + + 结束时间 + {{ endTimeLayout }} + + + + + + + + + + + + + + 重置 + 确定({{ totalHour }}小时) - 门店客服 - 点击二维码添加客服 - diff --git a/src/pages-sub/reserve-room/room.vue b/src/pages-sub/reserve-room/room.vue index 9c7f448..1a5efae 100644 --- a/src/pages-sub/reserve-room/room.vue +++ b/src/pages-sub/reserve-room/room.vue @@ -101,7 +101,7 @@ - + @@ -138,6 +138,7 @@ const goods = ref[]>([]) const showAction = ref(false) const sheetMenu = ref([]) + const showServicePopup = ref(false) /* mescroll */ const { mescrollInit, downCallback } = useMescroll(onPageScroll, onReachBottom) // 调用mescroll的hook @@ -199,7 +200,7 @@ // 打开客服弹窗 handleService: () => { - showPopup.value = true + showServicePopup.value = true }, // 打开客服二维码弹窗