From ef85346d0e99c31e3bac29a7b311c1d1ae698402 Mon Sep 17 00:00:00 2001 From: wangxiaowei <1121133807@qq.com> Date: Wed, 20 May 2026 14:05:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bundle/tea-room/choose-room.vue | 19 +- src/bundle/tea-room/room.vue | 134 ++++++++++++++- src/bundle_b/pages/tea-specialist/list.vue | 84 ++++++++- src/bundle_b/pages/tea-specialist/reserve.vue | 6 +- src/hooks/useLocation.ts | 2 - src/pages/cashier/cashier.vue | 2 +- src/pages/city/city.vue | 5 +- src/pages/index/index.vue | 54 ++++-- ....timestamp-1778912985140-1539f5b4657a5.mjs | 162 ++++++++++++++++++ 9 files changed, 412 insertions(+), 56 deletions(-) create mode 100644 vite.config.ts.timestamp-1778912985140-1539f5b4657a5.mjs diff --git a/src/bundle/tea-room/choose-room.vue b/src/bundle/tea-room/choose-room.vue index 0201f87..c603c00 100644 --- a/src/bundle/tea-room/choose-room.vue +++ b/src/bundle/tea-room/choose-room.vue @@ -71,7 +71,6 @@ const goods = ref[]>([]) const showAction = ref(false) - const sheetMenu = ref([]) const showServicePopup = ref(false) const storeType = ref(1) // 1:直营 2:加盟 @@ -130,7 +129,7 @@ const couponRoomId = ref(0) const couponRoomPrice = ref(0) - onLoad((args) => { + onLoad((args: any) => { groupCouponId.value = args.groupCouponId groupCouponOrderId.value = args.groupCouponOrderId teaRoomId.value = Number(args.teaRoomId) @@ -217,22 +216,6 @@ }) }, - // 处理拨打电话逻辑 - handleCallPhone: () => { - ChooseRoom.sheetMenuType = 'call' - showAction.value = true - sheetMenu.value = [ - { - name: 15005837859, - value: '' - }, - { - name: '呼叫', - value: 15005837859 - } - ] - }, - // tab切换获取index handleChangeTab: (item: { index: number }) => { // tabIndexs.value = item.index diff --git a/src/bundle/tea-room/room.vue b/src/bundle/tea-room/room.vue index 55f4b02..9c268b3 100644 --- a/src/bundle/tea-room/room.vue +++ b/src/bundle/tea-room/room.vue @@ -8,6 +8,55 @@ }