This commit is contained in:
Fang 2023-08-11 16:03:00 +08:00
parent 03ed69d44a
commit eb566b7782

View File

@ -317,6 +317,7 @@ function BattleResultUI:refreshArenaBoxNode()
self.arenaBoxImgIcon:setSprite(GConst.ATLAS_PATH.SHOP, "shop_chest_4") self.arenaBoxImgIcon:setSprite(GConst.ATLAS_PATH.SHOP, "shop_chest_4")
self.arenaBoxTxTitle:setText(I18N:getGlobalText(I18N.GlobalConst.ARENA_DESC_34)) self.arenaBoxTxTitle:setText(I18N:getGlobalText(I18N.GlobalConst.ARENA_DESC_34))
end end
ModuleManager.ArenaManager:markAdBox(self.isWin)
end end
function BattleResultUI:refreshArenaGradingSpine(gradingId, isUp) function BattleResultUI:refreshArenaGradingSpine(gradingId, isUp)