From 5499750aabe2251491a979a927e6126dd434d1df Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 30 十二月 2025 19:33:51 +0800
Subject: [PATCH] fix: bug
---
apps/housekeepingMiniApp/src/subpackages/mine/mineOrderDetail/InnerPage.vue | 2 +-
apps/housekeepingMiniApp/src/subpackages/mine/mineReserveServiceDetail/InnerPage.vue | 2 +-
apps/bStandardMiniApp/src/subpackages/appointmentManage/appointmentManageDetail/InnerPage.vue | 2 +-
apps/bStandardMiniApp/src/subpackages/orderManage/orderManageDetail/InnerPage.vue | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/apps/bStandardMiniApp/src/subpackages/appointmentManage/appointmentManageDetail/InnerPage.vue b/apps/bStandardMiniApp/src/subpackages/appointmentManage/appointmentManageDetail/InnerPage.vue
index a5f22ba..2f4f15a 100644
--- a/apps/bStandardMiniApp/src/subpackages/appointmentManage/appointmentManageDetail/InnerPage.vue
+++ b/apps/bStandardMiniApp/src/subpackages/appointmentManage/appointmentManageDetail/InnerPage.vue
@@ -2,7 +2,7 @@
<!-- <LoadingLayout :loading="isLoading" :error="isError" :loadError="refetch"> -->
<ContentScrollView hasPaddingTop>
<MineServiceDetailView
- :contactName="detail?.name"
+ :contactName="detail?.serverNames"
:contactPhoneNumber="detail?.contactPhoneNumber"
:addressDetail="detail?.addressDetail"
:serviceName="detail?.serviceName"
diff --git a/apps/bStandardMiniApp/src/subpackages/orderManage/orderManageDetail/InnerPage.vue b/apps/bStandardMiniApp/src/subpackages/orderManage/orderManageDetail/InnerPage.vue
index 1428bc4..4ec5f7f 100644
--- a/apps/bStandardMiniApp/src/subpackages/orderManage/orderManageDetail/InnerPage.vue
+++ b/apps/bStandardMiniApp/src/subpackages/orderManage/orderManageDetail/InnerPage.vue
@@ -2,7 +2,7 @@
<!-- <LoadingLayout :loading="isLoading" :error="isError" :loadError="refetch"> -->
<ContentScrollView hasPaddingTop>
<MineServiceDetailView
- :contactName="detail?.name"
+ :contactName="detail?.serverNames"
:contactPhoneNumber="detail?.contactPhoneNumber"
:addressDetail="detail?.addressDetail"
:serviceName="detail?.serviceName"
diff --git a/apps/housekeepingMiniApp/src/subpackages/mine/mineOrderDetail/InnerPage.vue b/apps/housekeepingMiniApp/src/subpackages/mine/mineOrderDetail/InnerPage.vue
index 095b100..a8a81f8 100644
--- a/apps/housekeepingMiniApp/src/subpackages/mine/mineOrderDetail/InnerPage.vue
+++ b/apps/housekeepingMiniApp/src/subpackages/mine/mineOrderDetail/InnerPage.vue
@@ -9,7 +9,7 @@
scrollViewClassName="common-page-infinite-scroll-list"
>
<MineServiceDetailView
- :contactName="detail?.name"
+ :contactName="detail?.serverNames"
:contactPhoneNumber="detail?.contactPhoneNumber"
:addressDetail="detail?.addressDetail"
:serviceName="detail?.serviceName"
diff --git a/apps/housekeepingMiniApp/src/subpackages/mine/mineReserveServiceDetail/InnerPage.vue b/apps/housekeepingMiniApp/src/subpackages/mine/mineReserveServiceDetail/InnerPage.vue
index 9029040..b4f8d5b 100644
--- a/apps/housekeepingMiniApp/src/subpackages/mine/mineReserveServiceDetail/InnerPage.vue
+++ b/apps/housekeepingMiniApp/src/subpackages/mine/mineReserveServiceDetail/InnerPage.vue
@@ -9,7 +9,7 @@
scrollViewClassName="common-page-infinite-scroll-list"
>
<MineServiceDetailView
- :contactName="detail?.name"
+ :contactName="detail?.serverNames"
:contactPhoneNumber="detail?.contactPhoneNumber"
:addressDetail="detail?.addressDetail"
:serviceName="detail?.serviceName"
--
Gitblit v1.10.0