bug修复

This commit is contained in:
xiekaidong 2023-09-18 09:37:43 +08:00
parent e41a9b0b1a
commit 28c21af47e
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ function BattleControllerActpvp:getChessBoardBgName()
end
function BattleControllerActpvp:getScene()
return "bg_1"
return "activity_pvp"
end
function BattleControllerActpvp:getBuffs()

View File

@ -130,7 +130,7 @@ function ActPvpMatchResultUI:refreshPlayerInfos()
self.playerHeadCell:refresh(DataManager.PlayerData:getUsingAvatarId(), DataManager.PlayerData:getUsingFrameId())
uiMap["act_pvp_match_result_ui.match_result.self.info.tx_name"]:setText(DataManager.PlayerData:getNickname())
uiMap["act_pvp_match_result_ui.match_result.self.info.tx_level"]:setText(I18N:getGlobalText(I18N.GlobalConst.HERO_DESC_1, DataManager.PlayerData:getLv()))
uiMap["act_pvp_match_result_ui.match_result.match.info.tx_win_desc"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_PVP_DESC_14))
uiMap["act_pvp_match_result_ui.match_result.self.info.tx_win_desc"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_PVP_DESC_14))
uiMap["act_pvp_match_result_ui.match_result.self.info.tx_win_count"]:setText(DataManager.ActPvpData:getTotalWinCount())
if not self.simpleHeroCells then