价格回显修改,列表刷新修改
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user