Browse Source

物流详情修改

hwb0 3 năm trước cách đây
mục cha
commit
55b3e6cd2f
1 tập tin đã thay đổi với 1 bổ sung6 xóa
  1. 1 6
      packageGoods/order/logistics.vue

+ 1 - 6
packageGoods/order/logistics.vue

@@ -141,17 +141,12 @@
 					});
 					this.deliverListData = this.ListData
 					this.list = res.data.items
-					this.logisticsQuery()
+					this.changeTab({ index: 0 })
 				}).catch(() => {
 					uni.hideLoading();
 				})
 			},
 			
-			jumpPosition(index) {
-				this.listIndex = index
-				this.logisticsQuery()
-			},
-			
 			copyDeliveryFlowId(id) {
 				uni.setClipboardData({
 					data: id,