BUG 28006

This commit is contained in:
aixianling
2022-03-03 18:06:04 +08:00
parent 74fa627d75
commit d6a3d7daf6

View File

@@ -160,7 +160,8 @@ export default {
if (!flag) {
this.$instance.post("/app/appresident/addOrUpdate", this.form).then(res => {
if (res?.code == 0) {
uni.redirectTo({url: "./authSuccess"})
uni.navigateBack({})
// uni.redirectTo({url: "./authSuccess"})
}
})
}