13 lines
857 B
Plaintext
Raw Permalink Normal View History

2025-07-10 16:27:08 +08:00
<!-- 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>