From adaacec90fb7b00ac255b31e623962608b563d43 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Fri, 21 Jul 2023 09:49:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/ui/dungeon_weapon/dungeon_weapon_introduction_ui.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/app/ui/dungeon_weapon/dungeon_weapon_introduction_ui.lua b/lua/app/ui/dungeon_weapon/dungeon_weapon_introduction_ui.lua index ff830a94..84904b78 100644 --- a/lua/app/ui/dungeon_weapon/dungeon_weapon_introduction_ui.lua +++ b/lua/app/ui/dungeon_weapon/dungeon_weapon_introduction_ui.lua @@ -35,6 +35,7 @@ function DungeonWeaponIntroductionUI:_display() page2HTx:setText(I18N:getGlobalText(I18N.GlobalConst.DUNGEON_WEAPON_DESC_9)) uiMap["dungeon_weapon_introduction_ui.bg.title.tx_title"]:setText(I18N:getConfig("chapter_dungeon_equip")[self.chapterId].name) + uiMap["dungeon_weapon_introduction_ui.bg.records.title.tx_title"]:setText(I18N:getConfig("chapter_dungeon_equip")[self.chapterId].name) self:switch(PAGE.INTRODUTION) end