|
@@ -281,7 +281,7 @@
|
|
this.$router.push('login');
|
|
this.$router.push('login');
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
- if (res.model.list[0].phone.length !== 0) {
|
|
|
|
|
|
+ if (res.model.list[0].phone != null && res.model.list[0].phone.length !== 0) {
|
|
that.$router.push('presentRegister');
|
|
that.$router.push('presentRegister');
|
|
return;
|
|
return;
|
|
}
|
|
}
|