zhaoyang 2 years ago
parent
commit
a7d72a084c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/Poem/PoemGalleryView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/Poem/PoemGalleryView.cs

@@ -361,7 +361,7 @@ namespace GFGGame
 
         private void onScrollEnd()
         {
-            if (_comScroll.scrollPane.percY == 1 && _lastGalleryDatasCount < _galleryDatas.Count)
+            if (_comScroll.scrollPane.percY == 1)
             {
                 ReqGalleryList(_galleryDatas.Count);
                 // PullUp();