This commit is contained in:
liuye
2023-05-11 11:23:51 +08:00
parent a5ffbd8f95
commit cfd8a4a314
5 changed files with 16 additions and 12 deletions

View File

@@ -79,6 +79,9 @@ export default {
uni.$on('showTab', () => {
this.isTab = true
})
uni.$on('getListInit', () => {
this.refresh = true
})
},
onReachBottom() {