This commit is contained in:
lnn19986213 2024-03-11 10:35:56 +08:00
parent 68fe627d7c
commit 8731bbc7b2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
</view> --> </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" > <view slot="indicator" class="indicator-num" >
<text class="indicator-num__text">{{ currentNum + 1 }}/{{ list.length }}</text> <text class="indicator-num__text">{{ currentNum + 1 }}/{{ list.length }}</text>
</view> </view>