竞技场战令替换

This commit is contained in:
CloudJ 2023-07-03 10:28:47 +08:00
parent 9060931c0c
commit 4a04a6a32a
2 changed files with 4 additions and 4 deletions

View File

@ -25,9 +25,9 @@ end
function BountyRewardCell:refresh(reward, isPro, isLock, showCheck)
self:showCheck(showCheck)
if isPro then
self.bg:setSprite(GConst.ATLAS_PATH.BOUNTY, "bounty_board_2") -- TODOJ
self.bg:setSprite(GConst.ATLAS_PATH.BOUNTY, "bounty_board_2")
else
self.bg:setSprite(GConst.ATLAS_PATH.BOUNTY, "bounty_board_1") -- TODOJ
self.bg:setSprite(GConst.ATLAS_PATH.BOUNTY, "bounty_board_1")
end
if isLock then
self.lock:setVisible(true)

View File

@ -172,11 +172,11 @@ function ArenaBountyData:getIsOpen()
end
function ArenaBountyData:getBannerName()
return "bounty_btn_main_1" -- TODOJ
return "bounty_arena_btn_main"
end
function ArenaBountyData:getRewardBannerName()
return "bounty_btn_main_0" -- TODOJ
return "bounty_btn_main_0"
end
function ArenaBountyData:getSeason()