| | |
| | | <view class="courseId"> |
| | | <text>ID: {{item.id}}</text> |
| | | <t-tag class="margin-16" wx:if="{{item.applyState == 'WaitAudit'}}" variant="light" theme="warning">审核中</t-tag> |
| | | <t-tag class="margin-16" wx:if="{{item.applyState == 'Reject'}}" variant="light" theme="danger">未通过</t-tag> |
| | | <view wx:if="{{item.applyState == 'Reject'}}"> |
| | | <t-tag class="margin-16" variant="light" theme="danger">未通过</t-tag> |
| | | <t-tag bindtap="replayCourse" data-item="{{item}}" class="margin-16 replay" theme="danger">重新申请</t-tag> |
| | | </view> |
| | | <t-tag class="margin-16" wx:if="{{item.applyState == 'Normal'}}" variant="light" theme="success">使用中</t-tag> |
| | | </view> |
| | | <view wx:if="{{item.applyState == 'Reject'}}" class="reason">拒绝原因: {{item.reason}}</view> |
| | |
| | | </view> |
| | | </view> |
| | | <view class="courseSubmit"> |
| | | <t-button style="margin: 0 15px;" size="small" bindtap="cancle" variant="outline">取消</t-button> |
| | | <t-button style="margin: 0;" size="small" bindtap="submitCourse">确认</t-button> |
| | | <t-button style="padding:0 25px;margin: 0 15px;" size="small" bindtap="cancle" variant="outline">取消</t-button> |
| | | <t-button style="padding:0 25px;margin: 0;" size="small" bindtap="submitCourse">确认</t-button> |
| | | </view> |
| | | </view> |
| | | <view class="block" wx:if="{{pageBook.loading}}"> |
| | |
| | | <view wx:else> |
| | | <empty /> |
| | | </view> |
| | | <!-- </t-radio-group> --> |
| | | |
| | | </view> |
| | | <view class="radioSubmit"> |
| | | <t-button style="margin: 0;" size="extra-small" bindtap="radioCancle" variant="outline">关闭</t-button> |
| | | <t-button style="margin: 0 16px;" size="extra-small" bindtap="radioSubmit">确认</t-button> |
| | | <t-button style="padding:0 25px;margin: 0;" size="extra-small" bindtap="radioCancle" variant="outline">关闭</t-button> |
| | | <t-button style=" padding:0 25px;margin: 0 16px;" size="extra-small" bindtap="radioSubmit">确认</t-button> |
| | | </view> |
| | | </view> |
| | | </t-popup> |