This commit is contained in:
shijingjing
2022-09-27 17:16:11 +08:00
parent c69d040592
commit cc6d0a987d

View File

@@ -618,11 +618,7 @@ export default {
uni.$emit('update') uni.$emit('update')
this.$toast('提交成功') this.$toast('提交成功')
setTimeout(() => { setTimeout(() => {
if(this.form.id.length) { uni.reLaunch({url:'./AppGetewayRegister'})
uni.navigateBack({ delta: 2})
} else {
uni.navigateBack()
}
}, 400) }, 400)
} }
}) })