Browse Source

fix: 修复评论列表加载下一页后没有隐藏页脚的问题

陈文艺 2 months ago
parent
commit
fbc4a79aee
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Lanu/Views/Game/Skill/LNSkillCommentsPanel.swift

+ 2 - 0
Lanu/Views/Game/Skill/LNSkillCommentsPanel.swift

@@ -52,6 +52,8 @@ extension LNSkillCommentsPanel {
             nextTag = res?.next
             if res?.next.isEmpty != false {
                 tableView.mj_footer?.endRefreshingWithNoMoreData()
+            } else {
+                tableView.mj_footer?.endRefreshing()
             }
         }
     }