| | |
| | | <view class="container"> |
| | | <view class="tips"> 仅限学校本课程任课教师申请;请上传有效在职教师工作证将有助于审核。 </view> |
| | | <view class="page-body"> |
| | | <form catchsubmit="formSubmit" catchreset="formReset" class="formBox"> |
| | | <view class="baseInfoBox"> |
| | | <view class="from-item"> |
| | | <view class="label"> 当前状态: </view> |
| | | <view class="stateBox"> |
| | |
| | | <view class="from-item"> |
| | | <view class="label"> 学校: </view> |
| | | <view class="item-content"> |
| | | <t-input placeholder="请输入学校" borderless value="{{teacherInfo.schoolName}}" /> |
| | | <t-input placeholder="请输入学校" borderless value="{{teacherInfo.schoolName}}" disabled="{{!editState}}" /> |
| | | </view> |
| | | </view> |
| | | <view class="from-item"> |
| | | <view class="label"> 真实姓名: </view> |
| | | <view class="item-content"> |
| | | <t-input placeholder="请输入真实姓名" borderless value="{{teacherInfo.fullName}}" /> |
| | | <t-input placeholder="请输入真实姓名" borderless value="{{teacherInfo.fullName}}" disabled="{{!editState}}" /> |
| | | </view> |
| | | </view> |
| | | <view class="from-item"> |
| | |
| | | <t-input placeholder="请输入详细地址" borderless value="{{teacherInfo.detailedAddress}}" /> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="fileInfoBox"> |
| | | <view class="from-item"> |
| | | <view class="label"> 在职教师工作证: </view> |
| | | <view class="wrapper"> |
| | | <t-upload mediaType="{{['image']}}" files="{{fileList}}" bind:add="handleAdd" bind:remove="handleRemove"> |
| | | </t-upload> |
| | | <view class="imageBox"> |
| | | <view class="wrapper"> |
| | | <t-upload mediaType="{{['image']}}" files="{{fileList}}" bind:add="handleAdd" bind:remove="handleRemove"> |
| | | </t-upload> |
| | | </view> |
| | | </view> |
| | | <view class="fileTip"> |
| | | 教务处盖章文件、校工卡皆可 |
| | | </view> |
| | | </view> |
| | | <view class="btn-area"> |
| | | <button class="submit" formType="submit">提交</button> |
| | | </view> |
| | | </form> |
| | | </view> |
| | | <view class="protocolBox"> |
| | | <t-checkbox label="" icon="rectangle" default-checked="{{teacherInfo.agree}}" bind:change="onChange" /> |
| | | <text class="wait" bind:tap="viewContent">《教师认证服务条款》</text> |
| | | </view> |
| | | <view class="btn-area"> |
| | | <button class="submit" formType="submit">提交</button> |
| | | </view> |
| | | </view> |
| | | <t-popup visible="{{protocolShow}}" bind:visible-change="onVisibleChange" placement="center" close-btn> |
| | | <view class="block"> |
| | | <rich-text space="emsp" nodes="{{protocolTxt}}" class="content" /> |
| | | </view> |
| | | </t-popup> |
| | | </view> |