zhanghui před 1 rokem
rodič
revize
2d60d05770

+ 1 - 1
components/productConSwiperGroupbuying/index.vue

@@ -1,7 +1,7 @@
 <template>
 	<view class='product-bg'>
 
-		<u-swiper :height="h"  :list="imgUrls" @change="e => currentNum = e.current" :autoplay="true" :circular="true"
+		<u-swiper :height="h"  :list="imgUrls" @change="e => currentNum = e.current" :autoplay="true" :circular="true" :current="currentNum"
 			indicatorStyle="	position: absolute;top: 10px !important;left: 10px !important;">
 			<view slot="indicator" class="indicator-num">
 				<text class="indicator-num__text">{{ currentNum + 1 }}/{{ imgUrls.length }}</text>

+ 1 - 1
pages/index/diy/index_mall.vue

@@ -30,7 +30,7 @@
 
 			<!-- 轮播 -->
 			<view class="swiper-group">
-				<u-swiper height="210" :list="swiperList" @change="e => current = e.current" :autoplay="true" keyName="imageUrl"  @click="clickImageUrl">
+				<u-swiper height="210" :circular="true" :list="swiperList" @change="e => current = e.current" :autoplay="true" keyName="imageUrl"  @click="clickImageUrl">
 					<view slot="indicator" class="indicator">
 						<view class="indicator__dot" v-for="(item, index) in swiperList" :key="index"
 							:class="[index === current && 'indicator__dot--active']">