mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 16:05:53 +08:00
查看分包裹物流
This commit is contained in:
@@ -613,7 +613,7 @@ export default {
|
|||||||
navigateToLogistics(order) {
|
navigateToLogistics(order) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url:
|
url:
|
||||||
"/pages/mine/msgTips/packageMsg/logisticsDetail?order_sn=" + order.sn,
|
"/pages/order/deliverDetail?order_sn=" + order.sn,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -10,16 +10,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- 物流信息 -->
|
<!-- 物流信息 -->
|
||||||
<view class="info-view logistics-view">
|
<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">
|
<view class="verificationCode" v-if="order.verificationCode">
|
||||||
券码: {{ order.orderStatus == 'CANCELLED' ? '已失效' : order.verificationCode }}
|
券码: {{ order.orderStatus == 'CANCELLED' ? '已失效' : order.verificationCode }}
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user