|
@@ -25,30 +25,6 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<list class="list-content">
|
|
<list class="list-content">
|
|
- <!-- <list-item type="swipe">
|
|
|
|
- <swiper class="swipe-bar" autoplay="true" indicator="false">
|
|
|
|
- <block for="b in banner.books">
|
|
|
|
- <div class="swipe-item">
|
|
|
|
- <image
|
|
|
|
- class="cover"
|
|
|
|
- src="{{b.banner_url}}"
|
|
|
|
- @click="pageRouter(b)"
|
|
|
|
- ></image>
|
|
|
|
- </div>
|
|
|
|
- </block>
|
|
|
|
- </swiper>
|
|
|
|
- </list-item> -->
|
|
|
|
- <!-- <list-item type="entrance">
|
|
|
|
- <div class="entrance_block">
|
|
|
|
- <div>
|
|
|
|
- <image
|
|
|
|
- src="../../assets/imgs/home_free.png"
|
|
|
|
- @click="jump('Free')"
|
|
|
|
- ></image>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </list-item> -->
|
|
|
|
-
|
|
|
|
<block for="bookObj in list">
|
|
<block for="bookObj in list">
|
|
<list-item type="simple" class="book-list__wrap" if="$idx % 3 === 0">
|
|
<list-item type="simple" class="book-list__wrap" if="$idx % 3 === 0">
|
|
<div class="book-list_content">
|
|
<div class="book-list_content">
|