This commit is contained in:
花有清香月有阴
2022-01-07 17:27:06 +08:00
parent defba2d739
commit 01b27fbe9b
2 changed files with 40 additions and 4 deletions

View File

@@ -185,7 +185,7 @@ export default {
if (res.code == 0) {
uni.$emit('update')
this.$u.toast('发布成功')
this.flag = true
this.flag = publish
setTimeout(() => {
uni.navigateBack({})
}, 600)