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() } }