mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
二次报名否不跳转
This commit is contained in:
@@ -39,10 +39,12 @@ export default {
|
|||||||
secondExamine({teacherId:this.teacherId,second,}).then(res=>{
|
secondExamine({teacherId:this.teacherId,second,}).then(res=>{
|
||||||
this.newTeacherId=res.data.replace(/[^0-9]/ig,'')
|
this.newTeacherId=res.data.replace(/[^0-9]/ig,'')
|
||||||
if (res.code==200){
|
if (res.code==200){
|
||||||
this.$router.push({
|
if(second!=2){
|
||||||
path:'/need/twoathentication',
|
this.$router.push({
|
||||||
query:{teacherId:this.newTeacherId}
|
path:'/need/twoathentication',
|
||||||
})
|
query:{teacherId:this.newTeacherId}
|
||||||
|
})
|
||||||
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user