事件上报

This commit is contained in:
liuye
2023-05-11 14:23:29 +08:00
parent 2722a73e18
commit f4555eaeae
5 changed files with 168 additions and 13 deletions

View File

@@ -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())
},