BUG 30289

This commit is contained in:
aixianling
2022-06-22 17:59:43 +08:00
parent b1ac49ba17
commit b24d427513
4 changed files with 7 additions and 8 deletions

View File

@@ -46,7 +46,7 @@ export default {
},
created() {
this.getInfo()
uni.$on("reachBottom", () => {
uni.$on("reachBottom2", () => {
this.current++;
this.getInfo()
})
@@ -76,7 +76,7 @@ export default {
}
},
destroyed() {
uni.$off("reachBottom")
uni.$off("reachBottom2")
uni.$off("onShow")
}
}