From ee77648eb1e0685c5c8136b3b2f5515cbf447a83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=BD=AA?= <2han9b1a0@gmial.com> Date: Wed, 2 Mar 2022 13:39:40 +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=A5=96=E5=8A=B1=E9=A2=84=E8=A7=88=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, 2 insertions(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_RecrutDetail.lua b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_RecrutDetail.lua index 1c1987aee9..8c2df19eaa 100644 --- a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_RecrutDetail.lua +++ b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_RecrutDetail.lua @@ -53,7 +53,6 @@ function this:OnShow(_parent,_Data) this.content.text= str activityType = args[2] - local str2 = ActivityGiftManager.GetTimeStartToEnd(activityType) local poolUpType = args[3] or 0 local poolType = args[4] or 0 @@ -200,10 +199,12 @@ function this:BuildRateData(actType,UpItem,upItemList) local itemConfig=ConfigManager.TryGetConfigData(ConfigName.ItemConfig, m.Reward[1]) table.insert(rateList,{id = m.Reward[1],tag = "心愿UP神将/道具", name=itemConfig.Name,value = m.Weight,color = "AD4152"}) table.insert(_upRateList,{id = m.Reward[1],tag = "5星神将UP!", name=itemConfig.Name,value = m.Weight}) + LogGreen("name:"..tostring(itemConfig.Name).." weight:"..tostring(m.Weight)) end for n,m in ipairs(UpItem) do local itemConfig=ConfigManager.TryGetConfigData(ConfigName.ItemConfig, m.Reward[1]) table.insert(rateList,{id = m.Reward[1],tag = itemConfig.Name, name=m.Reward[2],value = m.Weight,color = "BDB69C" }) + LogYellow("name:"..tostring(itemConfig.Name).." weight:"..tostring(m.Weight)) end elseif actType == ActivityTypeDef.tiandihonglu then for n,m in ipairs(upItemList) do