|
@@ -19,9 +19,7 @@
|
|
|
<swiper class="swiper" current="{{current}}" circular indicator-dots="{{true}}"
|
|
|
indicator-active-color="#B2B8C3" indicator-color='#E5E5E5' bindchange="swiperChange">
|
|
|
<swiper-item wx:for="{{list}}" wx:key="id">
|
|
|
- <view class="content">
|
|
|
- {{item.text}}
|
|
|
- </view>
|
|
|
+ <view class="content">{{item.text}}</view>
|
|
|
</swiper-item>
|
|
|
</swiper>
|
|
|
<view class="copy" bindtap="clipboar">
|