29950
This commit is contained in:
@@ -95,11 +95,6 @@
|
||||
this.getAlbumList()
|
||||
this.getMsgList()
|
||||
this.getUserInfo()
|
||||
|
||||
uni.$on('update', () => {
|
||||
this.getCountPhotoNo()
|
||||
this.getAlbumList()
|
||||
})
|
||||
},
|
||||
|
||||
destroyed () {
|
||||
@@ -113,6 +108,13 @@
|
||||
})
|
||||
},
|
||||
|
||||
update () {
|
||||
this.getCountPhotoNo()
|
||||
this.getAlbumList()
|
||||
this.getMsgList()
|
||||
this.getUserInfo()
|
||||
},
|
||||
|
||||
getUserInfo () {
|
||||
this.$http.post('/api/user/info').then(res => {
|
||||
if (res.code === 0) {
|
||||
|
||||
Reference in New Issue
Block a user