13 lines
857 B
Plaintext
13 lines
857 B
Plaintext
|
<!-- banner轮播 -->
|
||
|
<view class="diy-banner">
|
||
|
<swiper autoplay="{{autoplay}}" class="banner-box swiper-box dot-{{item.style.btnShape}}" duration="{{duration}}" circular="{{true}}" indicator-dots="{{indicatorDots}}" interval="{{interval}}" indicator-color="{{item.style.btnColor}}" indicator-active-color="#000" bindchange="bindChange" data-item-key="{{item_key}}" style="height:{{imgHeights[item_key][imgCurrent[item_key]]}}rpx">
|
||
|
<navigator hover-class="none" wx:for-item="banner" url="/{{banner.linkUrl}}" wx:for="{{item.data}}" wx:key="this">
|
||
|
<swiper-item item-id="{{index}}">
|
||
|
<image class="slide-image" bindload="imagesHeight" src="{{banner.imgUrl}}" data-id="{{index}}" data-item-key="{{item_key}}"></image>
|
||
|
</swiper-item>
|
||
|
</navigator>
|
||
|
</swiper>
|
||
|
<!-- 顶部置灰 -->
|
||
|
<!-- <view class="linear"></view> -->
|
||
|
</view>
|