BUG 25498

This commit is contained in:
aixianling
2021-12-14 11:46:12 +08:00
parent a1c6215ae4
commit acbf61af5c

View File

@@ -67,7 +67,7 @@ export default {
}).then(res => { }).then(res => {
if (res?.code == 0) { if (res?.code == 0) {
this.$u.toast("提交成功!") this.$u.toast("提交成功!")
this.root.goto({query: {}}) uni.navigateBack({})
} }
}) })
} }