修改首页轮播报错、活动显示、公共页样式显示、我的车位等bug
This commit is contained in:
@@ -221,7 +221,7 @@
|
||||
} catch (err) {
|
||||
uni.hideLoading()
|
||||
uni.showToast({
|
||||
title: err.msg || '上传失败',
|
||||
title: err.msg || '网络异常',
|
||||
icon: 'none'
|
||||
})
|
||||
}
|
||||
@@ -237,7 +237,8 @@
|
||||
carModel: formData.value.carModel,
|
||||
carColor: formData.value.carColor,
|
||||
carImageUrl: imageUrl,
|
||||
residentId: uni.getStorageSync('userId')
|
||||
villageId:uni.getStorageSync('currentVillageId')
|
||||
// residentId: uni.getStorageSync('userId')
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user