优化物业缴费页面下拉刷新 的逻辑

This commit is contained in:
赵毅 2025-10-18 16:16:18 +08:00
parent 6bfc147b86
commit d41bd5d543

View File

@ -306,10 +306,10 @@ export default {
onPullDownRefresh() { onPullDownRefresh() {
// //
if (this.active === 0) { if (this.active === 0) {
// //
Promise.all([ Promise.all([
this.getUserGovenmentMoney(), this.getUserGovenmentMoney(),
this.getRoomSelect() this.getOrderList()
]).then(() => { ]).then(() => {
// //
uni.stopPullDownRefresh(); uni.stopPullDownRefresh();