|
|
@ -44,8 +44,8 @@ |
|
|
|
<span class="more" @click="toPath('/CurrentRackBook')">更多<i class="iconfont icon-zuo rotate" /></span> |
|
|
|
</div> |
|
|
|
<div class="rack-list"> |
|
|
|
<BookListItem class="list-big" :list-data.sync="rackList" /> |
|
|
|
<BookListItem class="list-middle" :list-data.sync="otherList" :is-other-book="true" /> |
|
|
|
<BookListItem :list-data.sync="rackList" /> |
|
|
|
<BookListItem :list-data.sync="otherList" :is-other-book="true" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- 新书推荐 --> |
|
|
@ -56,7 +56,7 @@ |
|
|
|
</div> |
|
|
|
<span class="more" @click="toPath('/NewBook')">更多<i class="iconfont icon-zuo rotate" /></span> |
|
|
|
</div> |
|
|
|
<BookListItem class="list-small" :list-data="newList" :is-new-book="true" /> |
|
|
|
<BookListItem :list-data.sync="newList" :is-new-book="true" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
@ -98,7 +98,6 @@ export default { |
|
|
|
pageSize: 4 |
|
|
|
} |
|
|
|
FetchNewBookRecommend(params).then(res => { |
|
|
|
console.log(res) |
|
|
|
let data = [] |
|
|
|
data = res.newbookList |
|
|
|
data.forEach(item => { |
|
|
|