This commit is contained in:
yanran200730
2022-05-25 17:13:50 +08:00
parent 74e6ef1dd1
commit f23adc52ef
2 changed files with 2 additions and 0 deletions

View File

@@ -102,6 +102,7 @@
}) })
uni.$on('update', () => { uni.$on('update', () => {
this.getTotalInfo(query.id)
this.getList() this.getList()
}) })
}, },

View File

@@ -94,6 +94,7 @@
this.getUserInfo() this.getUserInfo()
uni.$on('update', () => { uni.$on('update', () => {
this.getCountPhotoNo()
this.getAlbumList() this.getAlbumList()
}) })
}, },