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)