From e2b29242c7c4b1d9cdc54e957b3a8fdc03894406 Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Sat, 7 Nov 2020 15:52:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=89=E5=AD=99=E6=82=9F=E7=A9=BA=E7=9A=AE?= =?UTF-8?q?=E8=82=A4=EF=BC=8C=E4=B8=9C=E5=8D=8E=E5=B8=9D=E5=90=9B=E7=9A=AE?= =?UTF-8?q?=E8=82=A4=E7=82=B9=E4=B8=8D=E5=88=B0=E8=8E=B7=E5=8F=96=E9=80=94?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleSkinPanel.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleSkinPanel.lua b/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleSkinPanel.lua index 65011f45e8..806db2e982 100644 --- a/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleSkinPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleSkinPanel.lua @@ -120,6 +120,7 @@ function RoleSkinPanel:SetSingleData(go,data) porpertys[go][1] = newObjToParent(infoPre,infoGrid) end porpertys[go][1].gameObject:SetActive(true) + porpertys[go][1]:GetComponent("Button").enabled = true Util.GetGameObject(porpertys[go][1],"info"):GetComponent("Text").text = "θŽ·ε–ι€”εΎ„" Util.AddOnceClick(porpertys[go][1].gameObject,function() UIManager.OpenPanel(UIName.RewardItemSingleShowPopup, data.Id,function() end)