tcx_xiyou_yueNan
parent
64e610f096
commit
c5dc3d2aba
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue