mod: 首页推荐加载条数由20提升为22

This commit is contained in:
orz12
2024-07-07 15:10:19 +08:00
parent 3440c0bb4f
commit afb4081e9a

View File

@@ -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');
}
}