@@ -75,7 +75,6 @@
getVerifyWay () {
this.$http.get('/update/user/checkType')
.then(response => {
- console.log(response.data, 'data')
if (response.data.success) {
if (!response.data.content.mobile) {
this.goValidPhone = true
@@ -66,8 +66,10 @@
}
} else {
if (this.$route.query.step === '2') {
+ this.$router.push('/validation/emailValidation?token=' + this.$route.query.token + '&step=2')
this.step = 'new'
} else if (this.$route.query.step === '3') {
+ this.$router.push('/validation/emailValidation?token=' + this.$route.query.token + '&step=3')
this.step = 'last'
this.stepLast = 'last'