|
@@ -26,7 +26,7 @@
|
|
<view class="core-none"></view>
|
|
<view class="core-none"></view>
|
|
|
|
|
|
<!-- 轮播 -->
|
|
<!-- 轮播 -->
|
|
- <view class="core-swiper">
|
|
|
|
|
|
+ <view class="core-swiper" v-if="swiperList.length">
|
|
<swiper class="core-swiper-centent" circular :indicator-dots="true" :autoplay="true" :interval="3000" indicator-active-color="#fff">
|
|
<swiper class="core-swiper-centent" circular :indicator-dots="true" :autoplay="true" :interval="3000" indicator-active-color="#fff">
|
|
<swiper-item class="swiper-item" v-for="(item, index) in swiperList" :key="index" @click="toPage(item)">
|
|
<swiper-item class="swiper-item" v-for="(item, index) in swiperList" :key="index" @click="toPage(item)">
|
|
<image :src="item.picUrl" mode=""></image>
|
|
<image :src="item.picUrl" mode=""></image>
|