This commit is contained in:
liuye
2023-08-25 16:27:58 +08:00
parent 4db8366aec
commit b627e05395
2 changed files with 2 additions and 6 deletions

View File

@@ -79,11 +79,9 @@ export default {
uni.$on('showTab', () => {
this.isTab = true
})
uni.$on('getListInit', () => {
if (!this.tabIndex) {
this.$nextTick(() => this.$refs['List'].getListInit())
})
this.$nextTick(() => this.$refs['List'].getListInit())
}
},
onReachBottom() {
if (!this.tabIndex) {