diff --git a/Assets/ManagedResources/~Lua/Modules/Carbon/ChallengeCopyPanel.lua b/Assets/ManagedResources/~Lua/Modules/Carbon/ChallengeCopyPanel.lua index 3d1e84ce15..2cd6ebfd1c 100644 --- a/Assets/ManagedResources/~Lua/Modules/Carbon/ChallengeCopyPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Carbon/ChallengeCopyPanel.lua @@ -272,20 +272,20 @@ function this.SetData(root, data) end --检测剩余次数 - if buyTime<=0 and freeTime<=0 and type==2 then + if buyTime<=0 and freeTime<=0 then PopupTipPanel.ShowTip(Language[10297]) return end --检测妖晶数量 local itemId=storeData.Cost[1][1] --消耗道具 - if BagManager.GetItemCountById(itemId)