From 21a546192684f3dd9b9517c66535c67c1b05b0fb Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Sun, 22 Sep 2024 15:42:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/order.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/index/order.vue b/pages/index/order.vue index 5654208..895fe2c 100644 --- a/pages/index/order.vue +++ b/pages/index/order.vue @@ -20,7 +20,7 @@ - {{item.goodsName}} + {{ tabs[item.type + 1].name }} {{item.state_dictText}} @@ -60,13 +60,13 @@ 总金额:{{ item.orderPay }}元 + v-if="item.washPay && item.type == 1"> 水洗费用:{{ item.washPay }}元 + v-if="!userShop && item.rentPay && item.type == 1"> 租赁费用:{{ item.rentPay }}元