闫增涛
2024-04-09 3d73fb33c46aada16a6060adcd4ea14bb33b6b2a
packageDomain/pages/teacherCertification/index.wxml
@@ -1,11 +1,14 @@
<view class="container">
  <view class="content">
  <scroll-view class="scroll content" scroll-y>
    <view class="tips"> 仅限学校本课程任课教师申请;请上传有效在职教师工作证将有助于审核。 </view>
    <view class="page-body">
    <view class="body-loading" wx:if="{{skeletonLoding}}">
      <t-loading theme="circular" size="40rpx" class="wrapper" />
    </view>
    <view class="page-body" wx:if="{{!skeletonLoding}}">
      <view class="baseInfoBox">
        <view class="from-item">
          <view class="label"> 当前状态: </view>
          <view class="stateBox" wx:if="{{teacherInfo.schoolName}}">
          <view class="stateBox">
            <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>
@@ -84,7 +87,7 @@
            </view>
          </view>
          <view class="fileTip">
            教务处盖章文件、校工卡皆可
            教务处盖章文件、校工卡皆可(不超过5个文件)
          </view>
        </view>
      </view>
@@ -96,7 +99,7 @@
        <button class="submit" bindtap="submit">提交</button>
      </view>
    </view>
  </view>
  </scroll-view>
  <view class="popupBox">
    <t-popup visible="{{protocolShow}}" bind:visible-change="onVisibleChange" placement="center">
      <view class="block">