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.
123456789101112131415 |
- <view class="page">
- <view class="page-hd">
- <swiper indicator-dots="true" indicator-color="#ffffff" indicator-active-color="#00a0e9" autoplay="true" interval="5000"
- duration="500">
- <block wx:for="{{imgUrls}}">
- <swiper-item>
- <image src="{{item}}" class="slide-image" />
- </swiper-item>
- </block>
- </swiper>
- </view>
- <view class="page-bd">
-
- </view>
- </view>
|