From b5f086dfcea45d7642e20d279edca9ccb3165bf1 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 11 Jan 2023 15:28:53 +0800 Subject: [PATCH] bug --- src/project/fd/AppAnswer/component/Ranking.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/project/fd/AppAnswer/component/Ranking.vue b/src/project/fd/AppAnswer/component/Ranking.vue index 88cfb9be..51ea2747 100644 --- a/src/project/fd/AppAnswer/component/Ranking.vue +++ b/src/project/fd/AppAnswer/component/Ranking.vue @@ -117,6 +117,11 @@ uni.hideLoading() }) } + }, + + onReachBottom () { + this.current = this.current + 1 + this.getList() } }