From 021711427c13b9fce1344521e28ed71078d298f4 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期五, 26 十二月 2025 15:21:22 +0800
Subject: [PATCH] fix: 甲方小程序

---
 apps/bStandardMiniApp/src/subpackages/appointmentManage/appointmentManageDetail/InnerPage.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/apps/bStandardMiniApp/src/subpackages/appointmentManage/appointmentManageDetail/InnerPage.vue b/apps/bStandardMiniApp/src/subpackages/appointmentManage/appointmentManageDetail/InnerPage.vue
index a8432c0..2422094 100644
--- a/apps/bStandardMiniApp/src/subpackages/appointmentManage/appointmentManageDetail/InnerPage.vue
+++ b/apps/bStandardMiniApp/src/subpackages/appointmentManage/appointmentManageDetail/InnerPage.vue
@@ -6,7 +6,7 @@
       :contactPhoneNumber="detail?.contactPhoneNumber"
       :addressDetail="detail?.addressDetail"
       :serviceName="detail?.serviceName"
-      :price="detail?.serviceFee"
+      :price="detail?.payAmount"
       :specName="detail?.specName"
       :specNumber="detail?.specNumber"
       :imgUrl="detail?.serviceFile"

--
Gitblit v1.10.0