From 0c8724a03d1c499beaf495df7d682391c5d56f83 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Wed, 20 Sep 2023 10:19:02 +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/ui/battle/battle_rune_result_ui.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/app/ui/battle/battle_rune_result_ui.lua b/lua/app/ui/battle/battle_rune_result_ui.lua index 6d7a0422..1c1bbda3 100644 --- a/lua/app/ui/battle/battle_rune_result_ui.lua +++ b/lua/app/ui/battle/battle_rune_result_ui.lua @@ -193,7 +193,7 @@ end function BattleRuneResultUI:refreshTaskNode() self.taskNode:setVisible(true) self.rewardNode:setVisible(false) - + self.rewardTxTitle:setText(I18N:getGlobalText(I18N.GlobalConst.DUNGEON_RUNE_DESC_1)) local id = self.chapterId if not id then return @@ -224,7 +224,7 @@ function BattleRuneResultUI:refreshTaskNode() desc = desc .. string.format("(%s/%s)", color, info.progress, info.totalProgress) end objs.cell:refresh(condition) - objs.desc:setText(self.runeData:getConditionDesc(condition, taskNum)) + objs.desc:setText(self.runeData:getConditionDesc(condition)) if over then objs.descUnDone:setText(GConst.EMPTY_STRING) objs.check:setVisible(true)