tanxue 1 ヶ月 前
コミット
8901dd2316
1 ファイル変更1 行追加1 行削除
  1. 1 1
      pages/admin/ShouYe/shouye.vue

+ 1 - 1
pages/admin/ShouYe/shouye.vue

@@ -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)"/>