From 3661292558b8722bc2f2e54dc33c71f88a97877e Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 22 十月 2025 14:06:02 +0800
Subject: [PATCH] 0312 界面关联整理

---
 Main/Component/UI/Common/GroupButtonEx.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Main/Component/UI/Common/GroupButtonEx.cs b/Main/Component/UI/Common/GroupButtonEx.cs
index 6886535..0edff16 100644
--- a/Main/Component/UI/Common/GroupButtonEx.cs
+++ b/Main/Component/UI/Common/GroupButtonEx.cs
@@ -78,6 +78,7 @@
         set { m_SelectEffect = value; }
     }
 
+    public bool isLock = false;
 
     protected override void Awake()
     {
@@ -100,6 +101,8 @@
 
     public override void OnPointerClick(PointerEventData eventData)
     {
+        if (isLock)
+            return;
         base.OnPointerClick(eventData);
         SelectBtn();
     }

--
Gitblit v1.8.0