YM
2024-09-10 6afcf851d6f2db0de5cdaca31cad419f60895ede
packageBookService/pages/bookServices/detail/components/teachResource/index.wxml
@@ -1,8 +1,10 @@
<view class="teach-btn">
  <!-- <t-button theme="primary" style="width: 120px; height: 36px" class="btn-upload" bind:tap="uploadBtn">
    <t-image src="/static/images/bookService/detail/upload.png" style="margin-top: 20rpx"></t-image>
    <text>上传资源</text>
  </t-button> -->
  <t-button theme="primary" style="width: 120px; height: 36px" class="btn" bind:tap="uploadBtn">
    <view slot="content" class="btn-content">
      <image src="/static/images/bookService/detail/upload.png" mode="aspectFit" ></image>
      <text>上传资源</text>
    </view>
  </t-button>
  <!-- <t-button theme="primary" style="width: 120px; height: 36px">
    <t-image src="/static/images/bookService/detail/download.png"></t-image>
    批量下载
@@ -14,7 +16,8 @@
    <view>
      资源下载申请已通过<text wx:if="{{deadline}}">,有效日期截至:{{ deadline }}</text></view>
    <view style="display: flex; align-items: center; margin-top: 10rpx">
      <text>下载资源请到PC端京师智教</text> <text bind:tap="copy" class="copy-text">复制</text>
      <text>下载资源请到PC端京师智教</text>
      <text bind:tap="copy" class="copy-text">复制</text>
    </view>
  </view>
  <view wx:if="{{applyState == 'Reject'}}">资源下载需要申请,请先申请并等待审核通过后方可下载</view>