|
@@ -14,8 +14,11 @@
|
|
|
|
|
|
<!-- 轮播 -->
|
|
|
<view class="page-section">
|
|
|
- <swiper indicator-dots="{{true}}" indicator-color="rgba(151, 209, 79, 1)" indicator-active-color="#FFF"
|
|
|
- autoplay="{{false}}">
|
|
|
+ <swiper
|
|
|
+ indicator-dots="{{true}}"
|
|
|
+ indicator-color="rgba(151, 209, 79, 1)"
|
|
|
+ indicator-active-color="#FFF"
|
|
|
+ autoplay="{{false}}">
|
|
|
<block wx:for="{{background}}" wx:key="*this">
|
|
|
<swiper-item>
|
|
|
<view class="swiper-item {{item}}">
|