From 9acf4430b2a93bd6db86908663fc843fce040429 Mon Sep 17 00:00:00 2001 From: wk Date: 星期四, 13 六月 2024 14:44:03 +0800 Subject: [PATCH] feat:保安 --- pages/customer-page/customer-index/customer-index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/customer-page/customer-index/customer-index.vue b/pages/customer-page/customer-index/customer-index.vue index f7955ae..2f4bc85 100644 --- a/pages/customer-page/customer-index/customer-index.vue +++ b/pages/customer-page/customer-index/customer-index.vue @@ -50,7 +50,7 @@ </view> <view class="second-line"> <view class="coal-name"> - <view class="">{{ item.coalName }}</view> + <view class="">{{ item.productName }}</view> <view class="black-bar"></view> <view class="coal-type" v-if="item.orderType">{{ item.orderType }}</view> @@ -104,7 +104,7 @@ size="40"></u-icon></view> </view> <view class="second"> - <view class="coal-name">{{ item.coalName || '' }}</view> + <view class="coal-name">{{ item.coalName || item.productName }}</view> <view class="order-type">{{ item.orderType || '' }}</view> </view> <view class="third"> @@ -240,7 +240,7 @@ // 鑾峰彇鍙戣繍璁″垝鍒楄〃 GetOrderPlan() { uni.showLoading({ title: '鍔犺浇涓�...' }); - this.$reqGet('GetOrderPlan',{orderType:"澶栬喘"}).then(res => { + this.$reqGet('GetOrderPlan').then(res => { if (res.data) { this.orderPlanData = res.data; uni.hideLoading(); -- Gitblit v1.9.1