Merge branch '6.7.0' into '6.6.3_0.49'
延迟轮播停留时间 --review by 孙凯 See merge request !4
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -66,7 +66,7 @@ export default class BannerSwiper extends React.Component { | @@ -66,7 +66,7 @@ export default class BannerSwiper extends React.Component { | ||
66 | showsButtons={false} | 66 | showsButtons={false} |
67 | loop={true} | 67 | loop={true} |
68 | autoplay={true} | 68 | autoplay={true} |
69 | - autoplayTimeout={2} | 69 | + autoplayTimeout={3} |
70 | paginationStyle={{bottom: 8}} | 70 | paginationStyle={{bottom: 8}} |
71 | width={width} | 71 | width={width} |
72 | height={swiperHeight} | 72 | height={swiperHeight} |
-
Please register or login to post a comment