| | |
| | | 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> |
| | | <!-- <t-button theme="primary" style="width: 120px; height: 36px"> |
| | | <!-- <t-button theme="primary" style="width: 120px; height: 36px"> |
| | | <t-image src="/static/images/bookService/detail/download.png"></t-image> |
| | | 批量下载 |
| | | </t-button> --> |
| | | </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 |
| | |
| | | > |
| | | </view> |
| | | </view> |
| | | <view class="noData" wx:else> |
| | | <empty /> |
| | | </view> |
| | | <!-- 未通过原因 --> |
| | | <t-dialog |
| | | visible="{{showRejectDialog}}" |