Commit c2e5f193 authored by 李尚科's avatar 李尚科

fix

parent 318fbe05
Pipeline #7384 passed with stage
in 21 seconds
......@@ -264,7 +264,7 @@ class RentalHouseService extends Service {
const temp_rental_house = {
id: rental_house.id,
name: rental_house.name,//房源名称
image: rental_house.imgae,//列表展示图片
image: rental_house.image,//列表展示图片
residential_id: rental_house.residentialId,//小区id
address: rental_house.address,//详细地址
price: rental_house.price,//价格
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment