修改手机端的流程跳转
This commit is contained in:
@@ -72,7 +72,9 @@
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
this.$router.go(-1)
|
this.$router.push({
|
||||||
|
path: '/phoneToDoCenter',
|
||||||
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
handlingClick(item) {
|
handlingClick(item) {
|
||||||
|
|||||||
@@ -355,7 +355,9 @@
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
this.$router.go(-1)
|
this.$router.push({
|
||||||
|
path: '/phoneToDoCenter',
|
||||||
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onSubmit() {
|
onSubmit() {
|
||||||
@@ -570,7 +572,9 @@
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
this.$router.go(-1)
|
this.$router.push({
|
||||||
|
path: '/phoneToDoCenter',
|
||||||
|
})
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.show = false
|
this.show = false
|
||||||
|
|||||||
Reference in New Issue
Block a user