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

@@ -129,7 +129,7 @@ export default {
uni.$on("onShow", () => {
this.getInfo();
})
uni.$on("reachBottom", () => {
uni.$on("reachBottom1", () => {
if (this.list.length < 50) {
this.current++;
this.getInfo()
@@ -158,7 +158,7 @@ export default {
},
},
destroyed() {
uni.$off("reachBottom")
uni.$off("reachBottom1")
uni.$off("onShow")
}
}