diff --git a/packages/community/propertyPayment/index.vue b/packages/community/propertyPayment/index.vue index 7acf80c6..4a48191d 100644 --- a/packages/community/propertyPayment/index.vue +++ b/packages/community/propertyPayment/index.vue @@ -306,10 +306,10 @@ export default { onPullDownRefresh() { // 根据当前激活的标签页,重新加载对应的数据 if (this.active === 0) { - // 账单页面,重新获取公积金和账单数据 + // 账单页面,重新获取公积金和账单数据,不重置已选择的小区 Promise.all([ this.getUserGovenmentMoney(), - this.getRoomSelect() + this.getOrderList() ]).then(() => { // 数据加载完成后停止下拉刷新 uni.stopPullDownRefresh();