diff --git a/pages/account/index/home/module/LogisitcsInfo.vue b/pages/account/index/home/module/LogisitcsInfo.vue index fad6a6b..616cfc6 100644 --- a/pages/account/index/home/module/LogisitcsInfo.vue +++ b/pages/account/index/home/module/LogisitcsInfo.vue @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-05-04 17:49:21 * @LastEditors: ch - * @LastEditTime: 2022-05-04 17:50:11 + * @LastEditTime: 2022-05-27 15:40:36 * @Description: file content --> @@ -35,8 +35,8 @@ {{ item.logisticsContext }}

- {{ - `${item.logistics.companyName || '--'}: ${item.logistics.trackingNo || '--'}` + {{ + `${item.logistics.companyName }: ${item.logistics.trackingNo}` }} 查看详情
@@ -193,10 +193,13 @@ export default { display: inline-block; color: #999999; font-size: 12px; + span{ + + margin-right: 30px; + } } .item-info-wrap__orderNo--light { color: #ff875b; - margin-left: 30px; cursor: pointer; } }