@@ -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
- },
-
copyDeliveryFlowId(id) {
uni.setClipboardData({
data: id,