120
This commit is contained in:
@@ -98,6 +98,7 @@
|
||||
this.getTopicList()
|
||||
|
||||
uni.$on('updateList', () => {
|
||||
this.getMyPublishCount()
|
||||
this.changeTab(this.currIndex)
|
||||
})
|
||||
|
||||
@@ -110,6 +111,10 @@
|
||||
}
|
||||
},
|
||||
|
||||
onUnload () {
|
||||
uni.$off('updateList')
|
||||
},
|
||||
|
||||
methods: {
|
||||
...mapActions(['autoLogin']),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user