BUG 30289
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user