12345678910111213141516171819 |
- <!--pages/download/download.wxml-->
- <view class="pageInfo">
- <navigation-bar title="下载音乐数字课堂"></navigation-bar>
- <view class="record-content">
- <scroll-view class="record-list" type="list" scroll-y>
- <view class="container">
- <view class="section">
- <image src="https://oss.dayaedu.com/ktyq/1733226456374.png" class="qrCodeImg"></image>
- <image wx:if="{{isIOS}}" mode="widthFix" src="https://oss.dayaedu.com/ktyq/1733230943390.png" class="func"></image>
- <image wx:else mode="widthFix" src="https://oss.dayaedu.com/ktyq/1733233798354.png" class="func"></image>
- </view>
- <view class="btnGroup">
- <image mode="widthFix" bind:tap="onDownload" src="https://oss.dayaedu.com/ktyq/1733230976760.png" class="btnImg"></image>
- </view>
- </view>
- </scroll-view>
- </view>
- </view>
|