|
@@ -1,7 +1,7 @@
|
|
<!--pages/downZS/index.wxml-->
|
|
<!--pages/downZS/index.wxml-->
|
|
<view class="downZS">
|
|
<view class="downZS">
|
|
<Container>
|
|
<Container>
|
|
- <swiper style="height:545rpx" bindchange="change">
|
|
|
|
|
|
+ <swiper indicator-dots="{{true}}" indicator-color="#ffffff" indicator-active-color="#91725d" style="height:545rpx" bindchange="change">
|
|
<swiper-item wx:for="{{ls_url}}" wx:key="index">
|
|
<swiper-item wx:for="{{ls_url}}" wx:key="index">
|
|
<image class="imge" src="{{item.url}}" mode="aspectFit"></image>
|
|
<image class="imge" src="{{item.url}}" mode="aspectFit"></image>
|
|
</swiper-item>
|
|
</swiper-item>
|