This commit is contained in:
xiekaidong 2023-07-21 09:49:41 +08:00
parent a798a468c7
commit adaacec90f

View File

@ -35,6 +35,7 @@ function DungeonWeaponIntroductionUI:_display()
page2HTx:setText(I18N:getGlobalText(I18N.GlobalConst.DUNGEON_WEAPON_DESC_9)) 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.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) self:switch(PAGE.INTRODUTION)
end end