12
This commit is contained in:
@@ -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(()=>{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user