From 20805ef92298fe286faa4267b1fa5fc3bf56fa39 Mon Sep 17 00:00:00 2001 From: "@fawn-nine" <1271023382@qq.com> Date: Wed, 27 Sep 2023 18:38:32 +0800 Subject: [PATCH] . --- pages/talkBook/talkBookML.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/talkBook/talkBookML.vue b/pages/talkBook/talkBookML.vue index af42e6f..46ce5f4 100644 --- a/pages/talkBook/talkBookML.vue +++ b/pages/talkBook/talkBookML.vue @@ -113,10 +113,12 @@ this.libLIst = [] this.page = 1 this.totalPage = 0 + this.getLibList() uni.stopPullDownRefresh(); }, onReachBottom() { - console.log('到底了') + console.log('到底了',this.page+1 , this.totalPage) + if(this.page+1 <= this.totalPage){ this.page++ this.status = 0