添加物业费支付页面、活动状态报名显示、车位参数

This commit is contained in:
zhouyanli
2026-06-16 08:49:30 +08:00
parent 5040564655
commit bea0077272
8 changed files with 719 additions and 65 deletions

View File

@@ -137,7 +137,7 @@
} catch (err) {
uni.showToast({
title: `${err}`,
title: err.msg || '网络异常',
icon: 'none'
})
console.error('列表接口报错:', err)
@@ -237,8 +237,8 @@
carModel: formData.value.carModel,
carColor: formData.value.carColor,
carImageUrl: imageUrl,
villageId:uni.getStorageSync('currentVillageId')
// residentId: uni.getStorageSync('userId')
// villageId:uni.getStorageSync('currentVillageId')
residentId: uni.getStorageSync('userId')
}