diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_HeavenUnlockExtraRewardPanel.lua b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_HeavenUnlockExtraRewardPanel.lua index 09987ed639..50dceede5e 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_HeavenUnlockExtraRewardPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_HeavenUnlockExtraRewardPanel.lua @@ -273,7 +273,7 @@ function this:SetDataList(rewardData) for i = 1, #rewardData do local id = rewardData[i].id local num = rewardData[i].num - if not temp[id] then + if not temp[id] and id~=0 then temp[id] = 0 end temp[id] = temp[id] + num