This commit is contained in:
parent
68fe627d7c
commit
8731bbc7b2
|
@ -10,7 +10,7 @@
|
|||
</view> -->
|
||||
|
||||
<!-- 轮播图 -->
|
||||
<u-swiper v-if="list.length > 0" :list="list" :autoplay="true" @change="e => currentNum = e.current" indicatorStyle="right: 20px" height="200" imgMode="aspectFit">
|
||||
<u-swiper v-if="list.length > 0" :list="list" :autoplay="true" @change="e => currentNum = e.current" indicatorStyle="right: 20px" height="300" imgMode="aspectFit">
|
||||
<view slot="indicator" class="indicator-num" >
|
||||
<text class="indicator-num__text">{{ currentNum + 1 }}/{{ list.length }}</text>
|
||||
</view>
|
||||
|
|
Loading…
Reference in New Issue