| | |
| | | <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> |