From fdc53b09bb574941178fa456a780a39f20263070 Mon Sep 17 00:00:00 2001
From: zhouyanli <593579392@qq.com>
Date: Tue, 28 Apr 2026 14:52:47 +0800
Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E6=B4=BB=E7=BC=B4=E8=B4=B9=E6=94=B9?=
=?UTF-8?q?=E6=88=90=E7=89=A9=E4=B8=9A=E8=B4=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
property-uniapp-project/pages/index/index.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/property-uniapp-project/pages/index/index.vue b/property-uniapp-project/pages/index/index.vue
index 24e1399..39485f5 100644
--- a/property-uniapp-project/pages/index/index.vue
+++ b/property-uniapp-project/pages/index/index.vue
@@ -60,7 +60,7 @@
- 生活缴费
+ 物业费
@@ -269,7 +269,7 @@ onLoad(() => {
uni.$on('confirm', slelctHomeData)
// 页面加载时,先判断是否有token,有则获取认证小区
- // const token = uni.getStorageSync('token') || '';
+ const token = uni.getStorageSync('token') || '';
const currentVillageId = uni.getStorageSync('currentVillageId');
if (token && currentVillageId && currentVillageId !== '0' && currentVillageId !== 0) {
getCurrentCommunityData(); // 加载时获取认证小区