查看分包裹物流

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,
});
},
},