BUG 25500

This commit is contained in:
aixianling
2021-12-14 13:48:52 +08:00
parent 7881ba0611
commit 54cd5b1140

View File

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