| | |
| | | </view> |
| | | <view class="btn-box"> |
| | | <t-button wx:if="{{applyState == 'Reject'}}" bind:tap="checkCause" style="height: 50rpx;" class="rejectBtn" bind:tap="showDialog">查看原因</t-button> |
| | | <t-button wx:if="{{applyState == 'none' || applyState == 'Reject'}}" theme="primary" bind:tap="applyResource" class="applyBtn" style="height: 50rpx;">申请</t-button> |
| | | <t-button wx:if="{{applyState == 'none' || applyState == 'Reject'}}" theme="primary" bind:tap="applyResource" class="applyBtn" style="height: 50rpx;" loading="{{applyResourceLoading}}">申请</t-button> |
| | | </view> |
| | | </view> |
| | | <!-- 未通过原因 --> |
| | | <t-dialog visible="{{showRejectDialog}}" title="提示" confirm-btn="{{ confirmBtn }}" bind:confirm="closeDialog"> |
| | | <t-dialog visible="{{showRejectDialog}}" title="提示" confirm-btn="{{ confirmBtn }}" bind:confirm="closeDialog" class="notPassed"> |
| | | <view slot="content"> |
| | | <text class="cause-title">资源下载申请未通过,解决问题后可点击“申请”按钮重新提交申请</text> |
| | | <view class="cause-content">原因:{{ rejectCause }}</view> |