事件上报
This commit is contained in:
@@ -79,6 +79,9 @@ export default {
|
||||
uni.$on('showTab', () => {
|
||||
this.isTab = true
|
||||
})
|
||||
uni.$on('getListInit', () => {
|
||||
this.$nextTick(() => this.$refs['List'].getListInit())
|
||||
})
|
||||
|
||||
this.$nextTick(() => this.$refs['List'].getListInit())
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user