- <!--pages/downZS/index.wxml-->
- <view class="downZS">
- <Container>
- <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">
- <image class="imge" src="{{item.url}}" mode="aspectFit"></image>
- </swiper-item>
- </swiper>
- <van-button block round class="btn" color="#91725d" size="normal" bind:tap="download">
- <van-icon name="down" />
- 保存证书
- </van-button>
- </Container>
- </view>
|