Commit c304341e by 高淑倩

add: 轮播图循环

parent 32905024
......@@ -23,6 +23,7 @@ Component({
imgUrls: [],
indicatorDots: false,
autoplay: true,
circular: true,
interval: 5000,
duration: 1000,
isAuthorization: false
......
......@@ -4,6 +4,7 @@
autoplay="{{autoplay}}"
interval="{{interval}}"
duration="{{duration}}"
circular="{{circular}}"
class="image-swiper"
>
<block wx:for="{{imageData}}" wx:key="{{item}}">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment