h5/components/bigImg.vue
@@ -7,7 +7,7 @@ <swiper style="width: 100%; height: 100%;" @change="handlechange" :current="mycurrent" :indicator-dots="false" :circular="true" :interval="1000" :duration="1000"> <swiper-item v-for="(item,index) in imgList" :key="index"> <view :class="['swiper-item',index==mycurrent ? 'active' : '']"> <image :src="item" style="width: 100%;height: 100%;" mode="aspectFit" /> <image :src="item" style="width: 150%;height: 150%;" mode="aspectFit" /> </view> </swiper-item> </swiper>