生活缴费改成物业费

This commit is contained in:
zhouyanli
2026-04-28 14:52:47 +08:00
parent 4765cd8526
commit fdc53b09bb

View File

@@ -60,7 +60,7 @@
<view class="iconClass">
<image src="http://47.104.199.163:9090/images/home/lifePay.png" class="iconClass-img"></image>
</view>
<view class="title-dome-calss">生活缴</view>
<view class="title-dome-calss">物业</view>
</view>
</up-col>
<up-col span="3">
@@ -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(); // 加载时获取认证小区