<view class="{{['diy-banner-box','pr',itemData.style.imgShape]}}" style="{{('background-color:'+itemData.style.background+';')}}"><swiper class="swiper" style="{{(itemData.style.imgShape=='square'?'height:'+itemData.style.height+'rpx;':'height:'+itemData.style.height*0.92+'rpx;')}}" autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}" data-event-opts="{{[['change',[['changeSwiper',['$event']]]]]}}" bindchange="__e"><block wx:for="{{itemData.data}}" wx:for-item="item" wx:for-index="index" wx:key="index"><swiper-item data-event-opts="{{[['tap',[['gotoPages',['$0'],[[['itemData.data','',index]]]]]]]}}" bindtap="__e"><image style="{{(itemData.style.imgShape=='square'?'height:'+itemData.style.height+'rpx;':'height:'+itemData.style.height*0.92+'rpx;')}}" src="{{item.imgUrl}}"></image></swiper-item></block></swiper><view class="{{['swiper-dots','ww100','d-c-c',itemData.style.btnShape]}}"><block wx:for="{{itemData.data}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="{{[current==index?'swiper-dot active':'swiper-dot']}}" style="{{(current==index?'background-color:'+indicatorActiveColor+';':'')}}"></view></block></view></view>
|