修改求房源列表 筛选出现 位置报错问题 和增加 列表的更多数据
This commit is contained in:
@@ -22,6 +22,9 @@ export default{
|
||||
getLists:(params={})=>{//获取搜索数据 个人/中介/求房源
|
||||
return axios.get('/tenement/pc/api/lists',params)
|
||||
},
|
||||
getMoreLists:(params={})=>{// 获取 更多搜索数据
|
||||
return axios.get('/tenement/pc/api/lists/moreRecommendations',params)
|
||||
},
|
||||
apartment:(params={})=>{//获取公寓列表
|
||||
return axios.get('/tenement/pc/api/apartment',params)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user