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