二次报名否不跳转

This commit is contained in:
zhangsir
2024-05-17 09:02:42 +08:00
parent b1b752ac7c
commit 28e01b6f99

View File

@@ -39,11 +39,13 @@ export default {
secondExamine({teacherId:this.teacherId,second,}).then(res=>{
this.newTeacherId=res.data.replace(/[^0-9]/ig,'')
if (res.code==200){
if(second!=2){
this.$router.push({
path:'/need/twoathentication',
query:{teacherId:this.newTeacherId}
})
}
}
})
},
//获取认证结果