From e987030a708e65306cfaab98e8c416cb72ebd297 Mon Sep 17 00:00:00 2001 From: wangxiaowei <1121133807@qq.com> Date: Sat, 16 May 2026 14:21:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E5=92=8C=E5=AE=8C=E5=96=84=E4=B8=80=E5=BA=97=E4=B8=80=E7=A0=81?= =?UTF-8?q?=E7=9A=84=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/tea-room.ts | 5 +++-- src/bundle/order/tea-specialist/order-detail.vue | 4 ++-- src/bundle/package/reserve.vue | 9 ++------- src/bundle/profile/profile.vue | 2 +- src/bundle/tea-room/room.vue | 10 ++++++++-- 5 files changed, 16 insertions(+), 14 deletions(-) diff --git a/src/api/tea-room.ts b/src/api/tea-room.ts index ec523bf..d55c6d2 100644 --- a/src/api/tea-room.ts +++ b/src/api/tea-room.ts @@ -67,7 +67,7 @@ export function getHomeTeaStoreList(data: IHomeTeaStoreListParams) { * 获取茶室开通城市列表 */ export function getOpenCityList() { - return http.Post('/api/teaStore/teaStoreCity', null, + return http.Post('/api/teaStore/teaStoreCity', {}, { meta: { ignoreAuth: true } } @@ -85,7 +85,7 @@ export function getTeaRoomSearchHistory() { * 清除茶室搜索历史 */ export function clearTeaRoomSearchHistory() { - return http.Post('/api/teaStore/delTeaStoreSearchHistory', null) + return http.Post('/api/teaStore/delTeaStoreSearchHistory', {}) } /** @@ -97,6 +97,7 @@ export interface IRoomDetailParams { longitude: number user_id: number room_id?: number + is_scan?: boolean } export function getTeaRoomDetail(data: IRoomDetailParams) { diff --git a/src/bundle/order/tea-specialist/order-detail.vue b/src/bundle/order/tea-specialist/order-detail.vue index 66508b5..dadcaa7 100644 --- a/src/bundle/order/tea-specialist/order-detail.vue +++ b/src/bundle/order/tea-specialist/order-detail.vue @@ -409,10 +409,10 @@ 服务方式 - {{ order.service_type == 1 ? '到店服务' : '上门服务'}} + {{ order.server_type == 1 ? '到店服务' : '上门服务'}} - {{ order.service_type == 1 ? '服务门店' : '服务地址'}} + {{ order.server_type == 1 ? '服务门店' : '服务地址'}} {{ order.address }} diff --git a/src/bundle/package/reserve.vue b/src/bundle/package/reserve.vue index d74c262..929ccab 100644 --- a/src/bundle/package/reserve.vue +++ b/src/bundle/package/reserve.vue @@ -427,7 +427,7 @@