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

4 months ago
<view class="wanlpage-advert-banner" style="{{$root.s0}}"><swiper class="screen-swiper square-dot" style="{{'height:'+(pageData.params.height)+';'}}" indicator-dots="{{true}}" circular="{{true}}" autoplay="{{true}}" interval="{{pageData.params.interval}}" duration="500"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="id"><block wx:if="{{item.$orig.module=='page'&&item.$orig.type=='banner'}}"><swiper-item data-event-opts="{{[['tap',[['onAdvert',['$0'],[[['advertData','id',item.$orig.id]]]]]]]}}" bindtap="__e"><image style="{{'border-radius:'+(radius)+';'}}" src="{{item.g0}}" mode="aspectFill"></image></swiper-item></block></block></swiper></view>