tcx_xiyou_yueNan
DESKTOP-MMO982B\User 2026-07-22 21:41:56 +08:00
parent 64e610f096
commit c5dc3d2aba
1 changed files with 2 additions and 0 deletions

View File

@ -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