This commit is contained in:
aixianling
2022-12-26 17:42:28 +08:00
parent 177e27cf78
commit cd3c292897

View File

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