Commit 297b5e5b authored by zhangyanni's avatar zhangyanni

Merge remote-tracking branch 'origin/master'

parents 3f5155e9 98e016f0
......@@ -102,11 +102,15 @@
}else{
this.currentIndex = index;
if(index ==0||index ==1){
if(this.isCompleteInfo){
if(index==0) this.$router.replace({path:"/projectlist",query:{state:true}});
if(index==1) this.$router.replace("/phoneBusinessList");
if(this.userInfo){
if(this.isCompleteInfo){
if(index==0) this.$router.replace({path:"/projectlist",query:{state:true}});
if(index==1) this.$router.replace("/phoneBusinessList");
}else this.$router.push("/registerComplete");
}else this.$router.push("/registerComplete");
}else{
this.$router.push("/mobileLogin");
}
}
if(index==2) this.$router.push("/lndustryfocused");
if(index==3) this.$router.push("/successfulcaseed");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment