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 line
1.5 KiB

1 year ago
<view class="swiper-box" style="{{'margin:'+('0 '+margin+'rpx')+';'}}"><swiper class="swiper-ad" style="{{'height:'+(height+'rpx')+';'}}" indicator-dots="{{false}}" autoplay="{{autoplay}}" indicator-color="{{indicatorColor}}" indicator-active-color="{{indicatorActiveColor}}" circular="{{circular}}" current="{{activeIndex}}" previous-margin="{{$root.g0>1?previousMargin:0}}" next-margin="{{$root.g1>1?nextMargin:0}}" easing-function="linear" data-event-opts="{{[['change',[['handerChange',['$event']]]]]}}" bindchange="__e"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><swiper-item><view data-event-opts="{{[['tap',[['changeItem',['$0'],[[['list','',index]]]]]]]}}" class="img-box" bindtap="__e"><image class="swiper-ad__img" style="{{'border-radius:'+(borderRadius+'rpx')+';'}}" mode="aspectFill" src="{{item.img||item}}"></image></view></swiper-item></block></swiper><block wx:if="{{$root.g2}}"><view class="numbers" style="{{'text-align:'+(indicatorStyle)+';'}}"><view class="number">{{activeIndex+1+"/"+$root.g3}}</view></view></block><block wx:if="{{$root.g4}}"><view class="dots" style="{{'text-align:'+(indicatorStyle)+';'+('bottom:'+(dotBottom+'rpx')+';')}}"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="dot" style="{{'background-color:'+(index==activeIndex?indicatorActiveColor:indicatorColor)+';'+('width:'+(index==activeIndex?dotWidth+'rpx':'12rpx')+';')}}"></view></block></view></block></view>