From 64ee1d179fa2fc57b7f24698cedbbcc9f30fea8a Mon Sep 17 00:00:00 2001
From: wk
Date: 星期三, 03 七月 2024 17:23:40 +0800
Subject: [PATCH] feat:测试问题

---
 pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue b/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue
index e9fbc32..07b366e 100644
--- a/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue
+++ b/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue
@@ -12,7 +12,7 @@
 				<view class="middle-container">
 					<view class="dept-name">
 						{{ deptName }}
-						<text v-show="deptName">({{ coalName  || productName}})</text>
+						<text v-show="deptName">({{ productNames || productName}})</text>
 					</view>
 					<view class="dept-num">
 						<text style="font-size: 46rpx;
@@ -147,7 +147,7 @@
 			},
 			showMore(item) {
 				uni.navigateTo({
-					url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore?orderPlanId=${this.orderPlanId}&id=${item.id}`
+					url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore?orderPlanId=${this.orderPlanId}&id=${item.id}&orderType=${item.orderType}`
 				});
 			},
 			init() {

--
Gitblit v1.9.1