mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: 热门评论重复分页加载
This commit is contained in:
@@ -82,7 +82,7 @@ class VideoReplyController extends GetxController {
|
||||
|
||||
} else {
|
||||
// 未登录状态replies可能返回null
|
||||
noMore.value = nextOffset == "" ? '还没有评论' : '没有更多了';
|
||||
noMore.value = nextOffset == "" && type == 'init' ? '还没有评论' : '没有更多了';
|
||||
}
|
||||
if (type == 'init') {
|
||||
// 添加置顶回复
|
||||
|
||||
Reference in New Issue
Block a user