From 7bac8e3d8ca4e7f1060475fcd5fd6e54caea73a4 Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Mon, 22 Mar 2021 20:56:36 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=85=AB=E6=97=A5=E9=A2=86=E5=A5=96?= =?UTF-8?q?=E3=80=91=E9=9C=80=E8=A6=81=E6=94=B9=E6=88=90=E5=8F=AF=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E5=AE=9D=E7=AE=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/EightDay/EightDayGiftPanel.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/ManagedResources/~Lua/Modules/EightDay/EightDayGiftPanel.lua b/Assets/ManagedResources/~Lua/Modules/EightDay/EightDayGiftPanel.lua index f1e3e230b9..d74021be09 100644 --- a/Assets/ManagedResources/~Lua/Modules/EightDay/EightDayGiftPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/EightDay/EightDayGiftPanel.lua @@ -261,6 +261,8 @@ function EightDayGiftPanel:SetSingleReward(item,i) this:SetBg(i) if ItemConfig[EightDayRewardConfig[i].Reward[1][1]].ItemType == 13 then UIManager.OpenPanel(UIName.SoulPrintPopUp,3,nil,EightDayRewardConfig[i].Reward[1][1],nil,nil) + elseif ItemConfig[EightDayRewardConfig[i].Reward[1][1]].ItemType == 20 then + UIManager.OpenPanel(UIName.RewardBoxPanel,nil,EightDayRewardConfig[i].Reward[1][1]) else ItemViewList[i]:OnBtnCkickEvent(EightDayRewardConfig[i].Reward[1][1]) end