This commit is contained in:
changjinpeng
2022-03-07 14:35:53 +08:00
parent 95da904177
commit 0beac6ae5c
2 changed files with 16 additions and 10 deletions

View File

@@ -143,13 +143,16 @@ export default {
this.$dict.load(['villageActivityStatus']).then(() => {
this.getDetail()
})
uni.$on('refresh', () => {
this.getListInit()
})
},
onShow() {
document.title = '活动详情'
uni.$on('refresh', () => {
this.getListInit()
})
uni.$on('updateGetDetail', () => {
this.getDetail()
})
},
methods: {
getDetail() {