From 3416766089cf8e46a186b512ec3ac3c268553e1f Mon Sep 17 00:00:00 2001 From: huqibin <762612145@qq.com> Date: Mon, 26 May 2025 09:26:23 +0800 Subject: [PATCH] =?UTF-8?q?ppt=E5=88=87=E5=9B=9EBUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Project/UI/UI_Panel/UI_MainTitlePanel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Project/UI/UI_Panel/UI_MainTitlePanel.cs b/Assets/Scripts/Project/UI/UI_Panel/UI_MainTitlePanel.cs index 4c8f22c..5791614 100644 --- a/Assets/Scripts/Project/UI/UI_Panel/UI_MainTitlePanel.cs +++ b/Assets/Scripts/Project/UI/UI_Panel/UI_MainTitlePanel.cs @@ -66,7 +66,7 @@ public class UI_MainTitlePanel : BasePanel break; } ///模式显示父物体 - GetControl("modelText").gameObject.SetActive(mode != ""); + //GetControl("modelText").gameObject.SetActive(mode != "");//HQB 20250526 //GetControl("userName").gameObject.SetActive(mode != string.Empty && mode != "学习模式"); ///模式显示text