【踏碎凌霄】
parent
8269afe74d
commit
73588be932
|
|
@ -149,7 +149,7 @@ function RewardItemPopup:OnOpen(...)
|
|||
end
|
||||
local haveRecord = BattleRecordManager.isHaveRecord()
|
||||
this.btnResult:SetActive(haveRecord and args[5])
|
||||
this.btnBattleBack:SetActive(haveRecord and args[5] and BattleManager.GetLastBattleType() ~= BATTLE_TYPE.MAP_FIGHT and not GuideManager.IsInMainGuide() and not MapManager.Mapping)
|
||||
this.btnBattleBack:SetActive(haveRecord and args[5] and BattleManager.GetLastBattleType() ~= BATTLE_TYPE.MAP_FIGHT and not GuideManager.IsInMainGuide() and not MapManager.Mapping and BattleManager.GetLastBattleType() ~= BATTLE_TYPE.TASUILINGXIAO)
|
||||
-- this.btnResultMax:SetActive(haveRecord and args[5])
|
||||
this.expeditionGo:SetActive(compShowType == 5)
|
||||
this.guildDeathPos:SetActive(compShowType == 4)--十绝阵
|
||||
|
|
|
|||
Loading…
Reference in New Issue