个人房源
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="home">
|
||||
<pageTopBar :tabMens="indexData.data"></pageTopBar>
|
||||
<pageTopBar></pageTopBar>
|
||||
<!-- <headerNavigation></headerNavigation> -->
|
||||
<!-- 搜索模块 -->
|
||||
<seachModule :list="seachTypeData.data" :hotList="indexData.data.hotSearcheWords"></seachModule>
|
||||
@@ -246,7 +246,7 @@ let loadMore = ref(true)
|
||||
//瀑布流数据
|
||||
let getRecommendList = () => {
|
||||
api.recommendList({
|
||||
page: pages,
|
||||
page: pages.value,
|
||||
limit: 30,
|
||||
type: ListSelectBtn.selectType
|
||||
}).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user