From 802a17906b95feb2dea919d364a9ee0d8f787bee Mon Sep 17 00:00:00 2001
From: ch
Date: Fri, 27 May 2022 11:49:53 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/account/index/home/module/LogisitcsInfo.vue | 2 +-
pages/account/index/order/detail/index.vue | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/pages/account/index/home/module/LogisitcsInfo.vue b/pages/account/index/home/module/LogisitcsInfo.vue
index 1ca35ef..fad6a6b 100644
--- a/pages/account/index/home/module/LogisitcsInfo.vue
+++ b/pages/account/index/home/module/LogisitcsInfo.vue
@@ -36,7 +36,7 @@
{{
- `${item.logistics.companyName}: ${item.logistics.trackingNo}`
+ `${item.logistics.companyName || '--'}: ${item.logistics.trackingNo || '--'}`
}}
查看详情
diff --git a/pages/account/index/order/detail/index.vue b/pages/account/index/order/detail/index.vue
index 2998951..4b73f92 100644
--- a/pages/account/index/order/detail/index.vue
+++ b/pages/account/index/order/detail/index.vue
@@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-05-08 01:14:03
* @LastEditors: ch
- * @LastEditTime: 2022-05-26 17:38:01
+ * @LastEditTime: 2022-05-27 11:37:59
* @Description: file content
-->
@@ -31,7 +31,9 @@ export default {
data(){
return {
ORDER_TYPE,
- orderInfo : {}
+ orderInfo : {
+ orderType : ORDER_TYPE.VIRTUAL
+ }
}
},
mounted(){