diff --git a/lua/app/ui/arena/cell/bounty_reward_cell.lua b/lua/app/ui/arena/cell/bounty_reward_cell.lua index f72375b1..2906ba47 100644 --- a/lua/app/ui/arena/cell/bounty_reward_cell.lua +++ b/lua/app/ui/arena/cell/bounty_reward_cell.lua @@ -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) diff --git a/lua/app/userdata/arena/arena_bounty_data.lua b/lua/app/userdata/arena/arena_bounty_data.lua index 0f6e3eec..ed963acc 100644 --- a/lua/app/userdata/arena/arena_bounty_data.lua +++ b/lua/app/userdata/arena/arena_bounty_data.lua @@ -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()