价格回显修改,列表刷新修改

This commit is contained in:
caolc
2022-11-11 09:24:20 +08:00
parent ee65c64286
commit 2e5389afa5
3 changed files with 9 additions and 6 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){