From 71e7f1c885d399b29aaaf342e2d70953f75c4f53 Mon Sep 17 00:00:00 2001 From: chenkainan Date: Thu, 26 Jun 2025 17:50:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 2 +- subPackages/line/index.vue | 6 +++--- subPackages/order/orderDetail.vue | 15 ++++++++++++++- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/pages.json b/pages.json index 1e94595..4058cf0 100644 --- a/pages.json +++ b/pages.json @@ -29,7 +29,7 @@ { "path": "pages/coupon/coupon", "style": { - "navigationBarTitleText": "领取中心" + "navigationBarTitleText": "领券中心" } }, { diff --git a/subPackages/line/index.vue b/subPackages/line/index.vue index 2bdf8c2..1311601 100644 --- a/subPackages/line/index.vue +++ b/subPackages/line/index.vue @@ -4,7 +4,7 @@ - {{item.title}} + {{item.title}} {{tagItem}} @@ -68,14 +68,14 @@ image { width: 241rpx; - height: 295rpx; + height: 241rpx; border-radius: 20rpx; margin-right: 20rpx; flex-shrink: 0; } .content { - height: 295rpx; + height: 241rpx; padding-top: 12rpx; justify-content: space-between; flex: 1; diff --git a/subPackages/order/orderDetail.vue b/subPackages/order/orderDetail.vue index 8dfd187..31c6538 100644 --- a/subPackages/order/orderDetail.vue +++ b/subPackages/order/orderDetail.vue @@ -83,6 +83,8 @@ + {{item.state_text}} + 出行人 @@ -107,6 +109,8 @@ + {{item.state_text}} + 收货信息 @@ -115,7 +119,7 @@ {{item.consignee_info.address}} - 快递查询 + 快递查询 @@ -206,6 +210,8 @@ + {{item.state_text}} + 预订信息 @@ -1246,4 +1252,11 @@ .express-item-icons { background: #D3E8A7; } + + .childStatus { + text-align: right; + font-size: 27rpx; + color: #6A8A27; + margin-top: 10rpx; + } \ No newline at end of file