This commit is contained in:
lixuan
2022-11-24 15:09:40 +08:00
4 changed files with 10 additions and 7 deletions

View File

@@ -145,9 +145,9 @@
}else{
this.getOrder(this.ative)
}
setTimeout(function() {
uni.stopPullDownRefresh()
}, 1000);
// setTimeout(function() {
// uni.stopPullDownRefresh()
// }, 1000);
},
onReachBottom() {
console.log('这里是onReachBottom')
@@ -227,6 +227,8 @@
this.status.loadOrderStatus = 'load'
}
}
}).finally(()=>{
uni.stopPullDownRefresh()
})
},
@@ -268,6 +270,8 @@
this.status.loadOrderStatus = 'load'
}
}
}).finally(()=>{
uni.stopPullDownRefresh()
})
},
changeHaed(code){