From 6e10183d80516c005118f3d9522238295606f5d3 Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Sat, 22 Jan 2022 10:13:43 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=91=BD=E6=A0=BC=E3=80=91=E5=91=BD?= =?UTF-8?q?=E7=9F=B3=E5=90=88=E6=88=90=E6=98=BE=E7=A4=BA=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Modules/GeneralPanel/View/GeneralBigPopup_GemCompound.lua | 3 +++ 1 file changed, 3 insertions(+) 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