| | |
| | | <view class="baseInfoBox"> |
| | | <view class="from-item"> |
| | | <view class="label"> 当前状态: </view> |
| | | <view class="stateBox"> |
| | | <view class="stateBox" wx:if="{{teacherInfo.schoolName}}"> |
| | | <text class="wait" wx:if="{{teacherInfo.state == 'WaitAudit'}}">等待审核</text> |
| | | <text class="yes" wx:if="{{teacherInfo.state == 'Normal'}}">已认证</text> |
| | | <text class="no" wx:if="{{teacherInfo.state == 'Reject'}}">已驳回</text> |
| | |
| | | </t-popup> |
| | | <t-popup visible="{{reasonTxtShow}}" bind:visible-change="onVisibleChange" placement="center"> |
| | | <view class="reasonBlock"> |
| | | <view class="blick-header"> |
| | | 驳回原因 |
| | | </view> |
| | | <view class="reasonBox"> |
| | | {{reasonTxt}} |
| | | </view> |