From b24061ccd0c64c9367dde0011bfe12f36ea91e3a Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Thu, 21 Oct 2021 18:12:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=B3=E5=B0=8A=E9=99=8D=E4=B8=96=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E4=BF=AE=E6=94=B9=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Popup/SupremeHeroPopup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/SupremeHeroPopup.lua b/Assets/ManagedResources/~Lua/Modules/Popup/SupremeHeroPopup.lua index d3b0ff5899..6d51c0b879 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/SupremeHeroPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/SupremeHeroPopup.lua @@ -127,6 +127,7 @@ end function this.LoadLive2D() local liveId = ActivityGiftManager.GetActivityDataById(42).Drawing heroId = liveId or 10011 + heroData = heroConfig[heroId] liveId = heroConfig[heroId].Live this.clickName.text = GetLanguageStrById(heroConfig[heroId].ReadingName) SetTextVerTial(this.clickName,Vector3.New(59,-10,0)) @@ -243,7 +244,6 @@ end function this.InitShow() ActivityGiftManager.isFirstForSupremeHero = true - --heroData = heroConfig[heroId] actIsOpen = ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.SupremeHero) > 0 actData = ActivityGiftManager.GetActivityTypeInfo(ActivityTypeDef.SupremeHero)