查看分包裹物流

This commit is contained in:
chc
2024-12-25 10:36:47 +08:00
parent 8bcc9de352
commit 46dbeb77c8
2 changed files with 2 additions and 10 deletions

View File

@@ -613,7 +613,7 @@ export default {
navigateToLogistics(order) {
uni.navigateTo({
url:
"/pages/mine/msgTips/packageMsg/logisticsDetail?order_sn=" + order.sn,
"/pages/order/deliverDetail?order_sn=" + order.sn,
});
},
},

View File

@@ -10,16 +10,8 @@
</div>
<!-- 物流信息 -->
<view class="info-view logistics-view">
<view class="logistics-List" v-if="logisticsList && logisticsList.traces && logisticsList.traces.length != 0 ">
<view class="logistics-List-title">
{{ logisticsList.traces[logisticsList.traces.length - 1].AcceptStation }}
</view>
<view class="logistics-List-time">
{{ logisticsList.traces[logisticsList.traces.length - 1].AcceptTime }}
</view>
</view>
<view class="logistics-List" v-else>
<view class="logistics-List">
<view class="verificationCode" v-if="order.verificationCode">
券码 {{ order.orderStatus == 'CANCELLED' ? '已失效' : order.verificationCode }}
</view>