From 1592804a33de428cad74c80e3fe8ebfcce383a0a Mon Sep 17 00:00:00 2001 From: xiaoguang Date: Thu, 12 May 2022 10:24:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E6=88=90=E7=89=A9=E6=B5=81?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../index/home/module/LogisitcsInfo.vue | 71 ++++++++++--------- plugins/api/order.js | 8 +-- 2 files changed, 43 insertions(+), 36 deletions(-) diff --git a/pages/account/index/home/module/LogisitcsInfo.vue b/pages/account/index/home/module/LogisitcsInfo.vue index e2d10fd..e9175b2 100644 --- a/pages/account/index/home/module/LogisitcsInfo.vue +++ b/pages/account/index/home/module/LogisitcsInfo.vue @@ -11,27 +11,29 @@
我的物流
-
+
- +

- {{ item.title }} + {{ item.logisticsContext }}

- {{ `${item.companyName}: ${item.orderNo}` }} + {{ + `${item.logistics.companyName}: ${item.logistics.trackingNo}` + }} 查看详情
@@ -39,7 +41,7 @@ 确认收货
@@ -47,27 +49,26 @@