From 58c78011ca0567a597d8c1e51696e317a3086604 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期一, 29 九月 2025 10:52:20 +0800
Subject: [PATCH] Merge branch 'dev_fix_sub' into user_action

---
 pages/order/orderDetail.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/order/orderDetail.vue b/pages/order/orderDetail.vue
index 5d5e5cc..ed8aea0 100644
--- a/pages/order/orderDetail.vue
+++ b/pages/order/orderDetail.vue
@@ -10,7 +10,7 @@
     </div>
     <!-- 鐗╂祦淇℃伅 -->
     <view class="info-view logistics-view">
-      <view class="logistics-List" v-if="logisticsList && logisticsList.traces && logisticsList.traces.length != 0 ">
+      <view class="logistics-List" v-if="logisticsList && logisticsList.traces && logisticsList.traces.length != 0 && !(orderPackage && orderPackage.length)">
         <view class="logistics-List-title">
           {{ logisticsList.traces[logisticsList.traces.length - 1].AcceptStation }}
         </view>

--
Gitblit v1.8.0