This commit is contained in:
shijingjing
2022-04-29 21:38:19 +08:00
parent 11e144aca4
commit 5c6fba6949
2 changed files with 8 additions and 6 deletions

View File

@@ -627,9 +627,11 @@ export default {
if (res.code == 0) {
this.$u.toast('保存成功')
uni.$emit('reload')
uni.navigateBack({
delta: 2
})
setTimeout(() => {
uni.navigateBack({
delta: 2
})
},600)
}
}).catch((err) => {
this.$u.toast(err)