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 }, // 打开客服二维码弹窗