diff --git a/lua/app/module/chapter/chapter_manager.lua b/lua/app/module/chapter/chapter_manager.lua index fe69d241..918e786f 100644 --- a/lua/app/module/chapter/chapter_manager.lua +++ b/lua/app/module/chapter/chapter_manager.lua @@ -178,7 +178,7 @@ function ChapterManager:endFightFinish(result) end function ChapterManager:tryShowEvaluationPopup(chapter) - if chapter ~= 2 then + if chapter ~= 4 then -- 改为第四章 return end UIManager:showUI("app/ui/game_setting/rate_ui")