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 }}元