From d41bd5d543fd3b8efa9f24473bac3917b5f9bd2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Sat, 18 Oct 2025 16:16:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=89=A9=E4=B8=9A=E7=BC=B4?= =?UTF-8?q?=E8=B4=B9=E9=A1=B5=E9=9D=A2=E4=B8=8B=E6=8B=89=E5=88=B7=E6=96=B0?= =?UTF-8?q?=20=E7=9A=84=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/community/propertyPayment/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();