列表的排序增加“综合”、最新排序修改值

This commit is contained in:
A1300399510
2024-04-10 15:14:30 +08:00
parent b8df0bdc22
commit 7f7ca20641
13 changed files with 28 additions and 13 deletions

View File

@@ -39,6 +39,9 @@ export default{
},
publisherList:(params={})=>{//发布者其他房源
return axios.post('/tenement/pc/api/lists/publisherList',params)
},
detailsDistance:(params={})=>{//详情页 - 距离学校距离
return axios.post('/tenement/pc/api/details/distance',params)
}
}