This commit is contained in:
花有清香月有阴
2022-01-12 14:27:58 +08:00
parent 2ea716e892
commit 718fe101cb
2 changed files with 2 additions and 1 deletions

View File

@@ -171,7 +171,7 @@ export default {
uni.$emit('updateDetail') uni.$emit('updateDetail')
setTimeout(() => { setTimeout(() => {
uni.navigateBack() uni.navigateBack()
}, 600) }, 800)
} }
}) })
}) })

View File

@@ -83,6 +83,7 @@ export default {
this.getRecord() this.getRecord()
uni.$on('updateDetail', () => { uni.$on('updateDetail', () => {
this.getUser()
this.getRecord() this.getRecord()
}) })
}, },