Commit 9863032d authored by spc's avatar spc

up

parent c16dc3ca
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
@click="handleLotteryClick"></span> @click="handleLotteryClick"></span>
<!-- Banner轮播图 --> <!-- Banner轮播图 -->
<swiper class="act915pagebanner" :indicator-dots="true" :autoplay="false" :circular="true" :interval="3000" <swiper class="act915pagebanner" :indicator-dots="true" :autoplay="true" :circular="true" :interval="3000"
:duration="500"> :duration="500">
<swiper-item v-for="(banner, index) in bannerList" :key="index" @click="handleBannerClick(index)"> <swiper-item v-for="(banner, index) in bannerList" :key="index" @click="handleBannerClick(index)">
<image class="act915pagebanneritem" :src="$baseUrl + getBannerImage(banner)" mode="aspectFill"></image> <image class="act915pagebanneritem" :src="$baseUrl + getBannerImage(banner)" mode="aspectFill"></image>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment