jiaosong
2023-09-21 2193f1e8240e2a0ed5900dddc6347a1d9db081cf
h5/components/bigImg.vue
@@ -6,8 +6,8 @@
            <view class="img_content_tu_nr">
               <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" />
                     <view :class="['swiper-item',index == mycurrent ? 'active' : '']">
                        <image :src="item" style="width: 150%;height: 150%;" mode="aspectFit" />
                     </view>
                  </swiper-item>
               </swiper>