mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-01-04 02:48:14 +00:00
12 lines
505 B
Plaintext
12 lines
505 B
Plaintext
<view class='product-bg'>
|
|
<swiper indicator-dots="{{indicatorDots}}"
|
|
autoplay="{{autoplay}}" circular="{{circular}}" interval="{{interval}}" duration="{{duration}}" bindchange="change">
|
|
<block wx:for="{{imgUrls}}" wx:key>
|
|
<swiper-item>
|
|
<image src="{{item}}" class="slide-image"/>
|
|
</swiper-item>
|
|
</block>
|
|
</swiper>
|
|
<view class='pages'>{{currents}}/{{imgUrls.length || 1}}</view>
|
|
</view>
|