From 2599afd6de2c09a2a6eddbe63f7b194b0d53d2f3 Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Thu, 13 Jan 2022 15:28:09 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=AF=BB=E4=BB=99=E6=8B=9B=E5=8B=9F?= =?UTF-8?q?=E3=80=91=E5=BF=83=E6=84=BF=E9=80=89=E9=A3=9E=E5=8D=87=E7=9F=B3?= =?UTF-8?q?=EF=BC=8C=E6=9F=A5=E7=9C=8B=E5=A5=96=E5=8A=B1=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Modules/GeneralPanel/View/GeneralBigPopup_RecrutDetail.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_RecrutDetail.lua b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_RecrutDetail.lua index 528070f7bb..8410396a94 100644 --- a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_RecrutDetail.lua +++ b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_RecrutDetail.lua @@ -65,6 +65,9 @@ function this:OnShow(_parent,_Data) this.secondTitle.text="本期UP内容" if activityType == ActivityTypeDef.LimitUpHero then local heroConfig=ConfigManager.TryGetConfigData(ConfigName.HeroConfig,heroID) + if not heroConfig then + heroConfig=ConfigManager.TryGetConfigData(ConfigName.ItemConfig,heroID) + end local wishUpConfig=ConfigManager.TryGetConfigDataByKey(ConfigName.WishActivityUp,"ActivityId",activityId) local num,pro = 0,0 for i = 1, #wishUpConfig.UpList do