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(); // 加载时获取认证小区