Compare commits
3 Commits
d7857d9f45
...
225982ec0c
Author | SHA1 | Date |
---|---|---|
zhangxuelin | 225982ec0c | |
zhangxuelin | e07d01f0a1 | |
zhangxuelin | 5c60a30a8a |
|
@ -12,7 +12,7 @@
|
||||||
<el-result style="padding: 17px 35px;" icon="success"></el-result>
|
<el-result style="padding: 17px 35px;" icon="success"></el-result>
|
||||||
<p style="font-size:30px;color:#67C23A">审核通过</p>
|
<p style="font-size:30px;color:#67C23A">审核通过</p>
|
||||||
</div>
|
</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>
|
||||||
<div style="border:1px solid #000;margin-bottom:20px;background:#F2DEDE" v-if="userregister.value.auditStatus==2">
|
<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;">
|
<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) => {
|
const submitForm = async (formEl) => {
|
||||||
if (!formEl) return
|
if (!formEl) return
|
||||||
|
|
Loading…
Reference in New Issue