Bladeren bron

物流详情修改

hwb0 3 jaren geleden
bovenliggende
commit
55b3e6cd2f
1 gewijzigde bestanden met toevoegingen van 1 en 6 verwijderingen
  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,