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