You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
1.2 KiB
1 lines
1.2 KiB
<view class="diy-banner data-v-207e7e3c"><swiper class="banner-box swiper-box b-f data-v-207e7e3c" style="{{'height:'+(styles.img_height+'px')+';'+('width:'+(styles.img_width+'px')+';')}}" autoplay="{{autoplay}}" circular="{{true}}" data-event-opts="{{[['change',[['_bindChange',['$event']]]]]}}" bindchange="__e"><block wx:for="{{itemData}}" wx:for-item="banner" wx:for-index="index" wx:key="index"><swiper-item class="data-v-207e7e3c"><image class="slide-image data-v-207e7e3c" src="{{banner.thumb}}" data-event-opts="{{[['tap',[['navigationTo',['$0'],[[['itemData','',index,'link']]]]]],['load',[['_imagesHeight',['$event',index]]]]]}}" bindtap="__e" bindload="__e"></image></swiper-item></block></swiper><view class="{{['swiper-indicator','data-v-207e7e3c',indicatorStyle]}}"><block wx:if="{{indicatorStyle!=='arc2'}}"><block class="data-v-207e7e3c"><block wx:for="{{itemData}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="{{['indicator-item','data-v-207e7e3c',(imgCurrent===index)?'active':'']}}"></view></block></block></block><block wx:else><block class="data-v-207e7e3c"><view class="indicator-item data-v-207e7e3c">{{imgCurrent+1+"/"+$root.g0}}</view></block></block></view></view>
|