添加物业费支付页面、活动状态报名显示、车位参数
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user