This commit is contained in:
yanran200730
2022-05-24 18:40:56 +08:00
parent c0f62e94f7
commit 7beea2d1f8
4 changed files with 17 additions and 6 deletions

View File

@@ -91,6 +91,14 @@
this.getAlbumList()
this.getMsgList()
this.getUserInfo()
uni.$on('update', () => {
this.getAlbumList()
})
},
destroyed () {
uni.$off('update')
},
methods: {