修改生活缴费页面、扫码功能、车位参数
This commit is contained in:
@@ -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'),
|
||||
userId: uni.getStorageSync('userId')
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
const res = await getMyCarList({
|
||||
pageNum: pageNum.value,
|
||||
pageSize: pageSize.value,
|
||||
residentId: uni.getStorageSync('userId')
|
||||
userId: uni.getStorageSync('userId')
|
||||
})
|
||||
|
||||
const data = res
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
const res = await getMyCarList({
|
||||
pageNum: pageNum.value,
|
||||
pageSize: pageSize.value,
|
||||
residentId: uni.getStorageSync('userId')
|
||||
userId: uni.getStorageSync('userId')
|
||||
})
|
||||
|
||||
const data = res
|
||||
|
||||
@@ -140,7 +140,7 @@
|
||||
const tapParkingSpace = (item) => {
|
||||
console.log(item);
|
||||
uni.redirectTo({
|
||||
url: '/pageSubPack/my/parkingSpaceDetail?id=' + item.parkingId + '&statusClass=' + item.checkStatus
|
||||
url: '/pageSubPack/my/parkingSpaceDetail?id=' + item.id + '&statusClass=' + item.checkStatus
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user