This commit is contained in:
花有清香月有阴
2021-12-24 19:25:32 +08:00
parent dab536a369
commit 7e6fcbc53a
2 changed files with 6 additions and 5 deletions

View File

@@ -78,6 +78,11 @@ export default {
this.$dict.load(['villageActivityStatus']).then(() => {
this.getList()
})
uni.$on('updateList', () => {
this.current = 1
this.getList()
})
},
onShow() {
document.title = '居民活动'