This commit is contained in:
caolc
2023-05-08 10:45:07 +08:00
parent 8fd25deedf
commit 1c3e0f9662
27 changed files with 388 additions and 297 deletions

View File

@@ -136,11 +136,20 @@
}
}
},
onShow() {
onShow() {
console.log('====');
// location.reload()
// this.initList()
},
onLoad() {
this.initList()
this.initList();
let that = this
uni.$on('orderLisetUpdate',()=>{
that.onRequest()
setTimeout(function() {
uni.stopPullDownRefresh()
}, 1000);
})
},
onPullDownRefresh() {
this.onRequest()
@@ -241,6 +250,7 @@
},
getOrder(id, page, tip) {
console.log('运行')
clearTimeout(this.getSiteListTimer);
this.getSiteListTimer = setTimeout(()=>{