|
@@ -3,7 +3,7 @@
|
|
|
<view class="shouye-head-box">{{indexInfoData.jzName}}</view>
|
|
|
<view class="index-banner-default" v-if="!swiperInfo.length>0"></view>
|
|
|
<uni-swiper-dot v-else class="shouye-swiper-box" :info="swiperInfo" :current="current" field="content" mode="dot" :dots-styles="dotStyle">
|
|
|
- <swiper class="swiper-box" @change="change" >
|
|
|
+ <swiper class="swiper-box" @change="change" autoplay circular interval="5000">
|
|
|
<!-- autoplay circular interval="3000" -->
|
|
|
<swiper-item v-for="(item ,index) in swiperInfo" :key="index">
|
|
|
<img class="index-banner-img" :src="item.pic" @click="gotoKc(item)"/>
|