diff --git a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_GemCompound.lua b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_GemCompound.lua index 9b66af192c..7b50d03d3c 100644 --- a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_GemCompound.lua +++ b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_GemCompound.lua @@ -72,6 +72,9 @@ function GemCompound:Refresh(Id) Util.GetGameObject(self.targetGem,"Name"):GetComponent("Text").text = gemConfig[Id+1].Name --设置属性 local data1,data2 = gemConfig[Id].Property,gemConfig[Id+1].Property + for index, value in ipairs(self.proList) do + value:SetActive(false) + end for i = 1, #data1 do local go = self.proList[i] if not go then