修改首页轮播报错、活动显示、公共页样式显示、我的车位等bug
This commit is contained in:
@@ -219,7 +219,7 @@
|
||||
const selectAddress = (item) => {
|
||||
form.address = item.label;
|
||||
form.villageId = item.villageId || '';
|
||||
form.houseId = item.id || '';
|
||||
form.houseId = item.houseId || '';
|
||||
closeAddressModal();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user