This commit is contained in:
学习很差啦
2023-01-16 09:17:48 +08:00
24 changed files with 1530 additions and 876 deletions

View File

@@ -343,7 +343,7 @@ export default {
this.orderGoodsList = order.orderItems;
this.orderDetail = res.data.result;
if (this.order.deliveryMethod === 'LOGISTICS') {
this.loadLogistics()
this.loadLogistics(sn)
}
uni.hideLoading();
});