修改评价弹窗关卡

This commit is contained in:
xiekaidong 2023-07-21 09:55:47 +08:00
parent 4ea04aadc5
commit d96adead75

View File

@ -178,7 +178,7 @@ function ChapterManager:endFightFinish(result)
end end
function ChapterManager:tryShowEvaluationPopup(chapter) function ChapterManager:tryShowEvaluationPopup(chapter)
if chapter ~= 2 then if chapter ~= 4 then -- 改为第四章
return return
end end
UIManager:showUI("app/ui/game_setting/rate_ui") UIManager:showUI("app/ui/game_setting/rate_ui")