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