社区管理

This commit is contained in:
liuye
2022-11-25 14:25:38 +08:00
parent 7dbbcf5011
commit efe9edabe3
2 changed files with 3 additions and 11 deletions

View File

@@ -373,7 +373,9 @@ export default {
this.$u.toast('提交成功')
uni.$emit('updateDetail')
uni.$emit('updateList')
uni.navigateBack()
setTimeout(() => {
uni.navigateBack()
}, 600)
}
})
},