From 18660a1954a80eb5ca0fa076384de1d59c2d5847 Mon Sep 17 00:00:00 2001 From: wangzhenxing Date: Mon, 4 Jul 2022 18:08:07 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=9D=92=E9=BE=99=E7=A7=98=E5=AE=9D?= =?UTF-8?q?=E3=80=91=3D=3D=3D=3D=3D=E6=B7=BB=E5=8A=A0=E7=A9=BA=E5=88=A4?= =?UTF-8?q?=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Popup/View/GeneralPopup_HeavenUnlockExtraRewardPanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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