|
|
@ -6,7 +6,7 @@ |
|
|
|
<swiper indicator-dots="true" autoplay="{{true}}" interval="{{2000}}" duration="{{500}}"> |
|
|
|
<block wx:for-items="{{swiperData}}" wx:key="*this"> |
|
|
|
<swiper-item> |
|
|
|
<image src="{{item.imgurl}}" mode="aspectFill" style="width: 100%;"/> |
|
|
|
<image src="{{item.imgurl}}" mode="aspectFill" style="width: 100%;height:100%"/> |
|
|
|
</swiper-item> |
|
|
|
</block> |
|
|
|
</swiper> |
|
|
@ -74,6 +74,6 @@ |
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view></view> |
|
|
|
<view style="height: 48px;"></view> |
|
|
|
</view> |
|
|
|
</scroll-view> |