huangxiaoyue преди 2 години
родител
ревизия
ced7790809
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/MainStory/StoryChapterListView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/MainStory/StoryChapterListView.cs

@@ -214,7 +214,7 @@ namespace GFGGame
             {
                 _time = currentChapterIndex - 2;
             }
-            else if (currentChapterIndex == childrenCount - 2)
+            else if (currentChapterIndex >= 1 && currentChapterIndex <= childrenCount - 2)
             {
                 _time = currentChapterIndex - 1;
             }