diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/RewardItemPopup.lua b/Assets/ManagedResources/~Lua/Modules/Popup/RewardItemPopup.lua index 36d784555a..913cb26532 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/RewardItemPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/RewardItemPopup.lua @@ -175,6 +175,8 @@ function RewardItemPopup:OnOpen(...) if BattleManager.GetLastBattleType() == BATTLE_TYPE.STORY_FIGHT then local isOk, tip, btnTxt, lockState = FightPointPassManager.CheckFightOpenRule(FightPointPassManager.curOpenFight) this.btnFightNext:SetActive(haveRecord and args[5] and not GuideManager.IsInMainGuide() and not MapManager.Mapping and isOk) + elseif BattleManager.GetLastBattleType() == BATTLE_TYPE.FIGHTLEVEL or BattleManager.GetLastBattleType() == BATTLE_TYPE.FIGHT_ASSISTANT_LEVEL then + this.btnFightNext:SetActive(true) else this.btnFightNext:SetActive(false) end