|
|
@@ -112,7 +112,15 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="rank-list">
|
|
|
- <swiper
|
|
|
+ <div class="rankSwiper">
|
|
|
+ <hot-collect
|
|
|
+ v-for="(item, index) in HotCollects"
|
|
|
+ :key="index"
|
|
|
+ :index="index"
|
|
|
+ :info="item"
|
|
|
+ ></hot-collect>
|
|
|
+ </div>
|
|
|
+ <!-- <swiper
|
|
|
class="rankSwiper"
|
|
|
@reachEnd="reachEnd"
|
|
|
@slidePrevTransitionStart="slidePrevTransitionStart"
|
|
|
@@ -121,10 +129,9 @@
|
|
|
free-mode
|
|
|
>
|
|
|
<swiper-slide v-for="(item, index) in HotCollects" :key="index">
|
|
|
- <!-- <rank-info :index="index" v-model:info="hotUsers[index]"></rank-info> -->
|
|
|
- <hot-collect :index="index" :info="item"></hot-collect>
|
|
|
+ <rank-info :index="index" v-model:info="hotUsers[index]"></rank-info>
|
|
|
</swiper-slide>
|
|
|
- </swiper>
|
|
|
+ </swiper> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
|