From 28c21af47eb5cdab23bb32c8a59d3a218eb95987 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Mon, 18 Sep 2023 09:37:43 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/module/battle/controller/battle_controller_act_pvp.lua | 2 +- lua/app/ui/activity/act_pvp/act_pvp_match_result_ui.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/app/module/battle/controller/battle_controller_act_pvp.lua b/lua/app/module/battle/controller/battle_controller_act_pvp.lua index e4c959dd..0739ee27 100644 --- a/lua/app/module/battle/controller/battle_controller_act_pvp.lua +++ b/lua/app/module/battle/controller/battle_controller_act_pvp.lua @@ -23,7 +23,7 @@ function BattleControllerActpvp:getChessBoardBgName() end function BattleControllerActpvp:getScene() - return "bg_1" + return "activity_pvp" end function BattleControllerActpvp:getBuffs() diff --git a/lua/app/ui/activity/act_pvp/act_pvp_match_result_ui.lua b/lua/app/ui/activity/act_pvp/act_pvp_match_result_ui.lua index 6440f282..49cdd3e1 100644 --- a/lua/app/ui/activity/act_pvp/act_pvp_match_result_ui.lua +++ b/lua/app/ui/activity/act_pvp/act_pvp_match_result_ui.lua @@ -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