闫增涛
2024-09-18 c96612e8a63ecef9590be0f8b5199277ec94e5b9
packageBookService/pages/bookServices/detail/components/teachResource/index.wxml
@@ -6,7 +6,10 @@
    bind:tap="uploadBtn"
  >
    <view slot="content" class="btn-content">
      <t-image src="/static/images/bookService/detail/upload.png"></t-image>
      <image
        src="/static/images/bookService/detail/upload.png"
        mode="aspectFit"
      ></image>
      <text>上传资源</text>
    </view>
  </t-button>
@@ -17,6 +20,7 @@
</view>
<view
  class="applyResult  {{applyState == 'none' ? 'applyNone' : applyState == 'Normal' ? 'applyPass' : applyState == 'WaitAudit' ? 'applying' :applyState == 'Reject' ? 'applyReject' :'' }}"
  wx:if="{{treeList.length}}"
>
  <view wx:if="{{applyState == 'WaitAudit'}}"
    >资源下载申请正在审核中,请耐心等待!</view
@@ -57,6 +61,9 @@
    >
  </view>
</view>
<view class="noData" wx:else>
  <empty />
</view>
<!-- 未通过原因 -->
<t-dialog
  visible="{{showRejectDialog}}"