生活缴费改成物业费
This commit is contained in:
@@ -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(); // 加载时获取认证小区
|
||||
|
||||
Reference in New Issue
Block a user