|
@@ -30,7 +30,7 @@
|
|
|
|
|
|
<!-- 轮播 -->
|
|
|
<view class="swiper-group">
|
|
|
- <u-swiper height="210" :list="swiperList" @change="e => current = e.current" :autoplay="true" keyName="imageUrl" @click="clickImageUrl">
|
|
|
+ <u-swiper height="210" :circular="true" :list="swiperList" @change="e => current = e.current" :autoplay="true" keyName="imageUrl" @click="clickImageUrl">
|
|
|
<view slot="indicator" class="indicator">
|
|
|
<view class="indicator__dot" v-for="(item, index) in swiperList" :key="index"
|
|
|
:class="[index === current && 'indicator__dot--active']">
|