【漏提】

dev_chengFeng
zhangqiang 2020-12-30 18:20:32 +08:00
parent 3fa2f1b7f8
commit b3bd8f8fa6
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ function RewardItemPopup:OnOpen(...)
end
local haveRecord = BattleRecordManager.isHaveRecord()
this.btnResult:SetActive(haveRecord and args[5])
this.btnBattleBack:SetActive(haveRecord and args[5])
this.btnBattleBack:SetActive(false)--haveRecord and args[5])
this.btnResultMax:SetActive(haveRecord and args[5])
-- 设置背景遮罩的显隐