| 1 |
- <view class="swiper-wrap _div data-v-1185b5f4" style="{{'width:'+(widthFn)+';'+('height:'+(heightFn)+';')}}"><swiper class="tui-banner-swiper data-v-1185b5f4" indicator-dots="{{!tagShow}}" autoplay="{{autoplay}}" interval="{{5000}}" duration="{{150}}" circular="{{true}}" indicator-color="#969696" indicator-active-color="#F04545" data-event-opts="{{[['change',[['bannerChange',['$event']]]]]}}" bindchange="__e"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><swiper-item data-event-opts="{{[['tap',[['detail',['$event']]]]]}}" catchtap="__e" class="data-v-1185b5f4"><image class="tui-slide-image _img data-v-1185b5f4" src="{{item.img}}" mode="center"></image></swiper-item></block></swiper><block wx:if="{{tagShow}}"><app-tag class="swiper-tag data-v-1185b5f4" vue-id="1" type="translucent" shape="circleLeft" size="small" bind:__l="__l" vue-slots="{{['default']}}">{{index+1+"/"+list.length}}</app-tag></block></view>
|