From afb4081e9aa0ce0441d4860247591af47a708060 Mon Sep 17 00:00:00 2001 From: orz12 Date: Sun, 7 Jul 2024 15:10:19 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E9=A6=96=E9=A1=B5=E6=8E=A8=E8=8D=90?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E6=9D=A1=E6=95=B0=E7=94=B120=E6=8F=90?= =?UTF-8?q?=E5=8D=87=E4=B8=BA22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/rcmd/controller.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/rcmd/controller.dart b/lib/pages/rcmd/controller.dart index 71160371..bbe07bd0 100644 --- a/lib/pages/rcmd/controller.dart +++ b/lib/pages/rcmd/controller.dart @@ -75,7 +75,7 @@ class RcmdController extends GetxController { _currentPage += 1; // 若videoList数量太小,可能会影响翻页,此时再次请求 // 为避免请求到的数据太少时还在反复请求,要求本次返回数据大于1条才触发 - if (res['data'].length > 1 && videoList.length < 20) { + if (res['data'].length > 1 && videoList.length < 22) { queryRcmdFeed('onLoad'); } }