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')
this.$toast('提交成功')
setTimeout(() => {
if(this.form.id.length) {
uni.navigateBack({ delta: 2})
} else {
uni.navigateBack()
}
uni.reLaunch({url:'./AppGetewayRegister'})
}, 400)
}
})