重新认证

This commit is contained in:
zhangxuelin 2024-11-08 14:46:43 +08:00
parent 45b93b8980
commit 5c60a30a8a
1 changed files with 4 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<el-result style="padding: 17px 35px;" icon="success"></el-result>
<p style="font-size:30px;color:#67C23A">审核通过</p>
</div>
<p style="margin-bottom:10px;color:#439FFE; cursor: pointer">重新认证</p>
<p style="margin-bottom:10px;color:#439FFE; cursor: pointer" @click="chongxin">重新认证</p>
</div>
<div style="border:1px solid #000;margin-bottom:20px;background:#F2DEDE" v-if="userregister.value.auditStatus==2">
<div style="display: flex;align-items: center;justify-content: center;">
@ -147,6 +147,9 @@ const getSchoolList = () => {
})
})
}
const chongxin=()=>{
isshwoBtn.value=true
}
//
const submitForm = async (formEl) => {
if (!formEl) return