From a7d2655c8ca7a9af9302f66402808875121e2188 Mon Sep 17 00:00:00 2001 From: Fang Date: Tue, 11 Jul 2023 15:13:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A2=8E=E7=89=87=E5=BC=B9=E7=AA=97=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E6=B6=88=E5=A4=B1fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/ui/tips/hero_fragment_tips.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/app/ui/tips/hero_fragment_tips.lua b/lua/app/ui/tips/hero_fragment_tips.lua index a500f2cb..29103355 100644 --- a/lua/app/ui/tips/hero_fragment_tips.lua +++ b/lua/app/ui/tips/hero_fragment_tips.lua @@ -69,7 +69,7 @@ function HeroFragmentTips:onLoadRootComplete() end) uiMap["hero_fragment_tips.title_bg_img.card"]:setSprite(GConst.ATLAS_PATH.ICON_ITEM, cfg.icon) uiMap["hero_fragment_tips.title_bg_img.desc"]:setText(I18N:getGlobalText(I18N.GlobalConst.HERO_CARD_TIPS_DESC)) - uiMap["hero_fragment_tips.title_bg_img.title_text"]:setText(I18N:getText("item", cfg.id, "name")) + uiMap["hero_fragment_tips.title_bg_img.title_text"]:setText(I18N:getText("item", self.itemId, "name")) uiMap["hero_fragment_tips.title_bg_img.close_btn"]:addClickListener(function() self:closeUI() end)