From 9197a89d5a86309723362232ac5f10eb487e7c15 Mon Sep 17 00:00:00 2001 From: yuanshuai <243578945@qq.com> Date: Fri, 2 Sep 2022 14:40:36 +0800 Subject: [PATCH] =?UTF-8?q?=20=E6=91=98=E6=98=9F=E9=98=81bug=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManagedResources/~Lua/Modules/Popup/HomeLandEquipPopup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/HomeLandEquipPopup.lua b/Assets/ManagedResources/~Lua/Modules/Popup/HomeLandEquipPopup.lua index 9d951f72b6..c143f5e11e 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/HomeLandEquipPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/HomeLandEquipPopup.lua @@ -113,8 +113,8 @@ end function this:OnOpen() local _roleDatas = HeroManager.GetAllHeroDatas() - curSelectHero=_roleDatas[1] this.SetHeroList(_roleDatas) + curSelectHero=_roleDatas[1] this:Refresh() end