From 7f106d7246c25a8cd16ec0e4b7429f7180472df6 Mon Sep 17 00:00:00 2001 From: shenjianxing <”315615051@qq.com“> Date: Fri, 14 Mar 2025 17:10:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9UI=E5=85=B3=E9=97=AD=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E5=BB=B6=E8=BF=9F0.1=E7=A7=92=E5=8F=91=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/UI/UIInstruction.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Assets/Scripts/UI/UIInstruction.cs b/Assets/Scripts/UI/UIInstruction.cs index 2339eea9..955a7bbe 100644 --- a/Assets/Scripts/UI/UIInstruction.cs +++ b/Assets/Scripts/UI/UIInstruction.cs @@ -92,7 +92,11 @@ namespace QFramework.Example protected override void OnHide() { mData = null; - StringEventSystem.Global.Send(this.GetType().Name + "Hide"); + // ֹŵActionղϢ ӳ0.1뷢 + ActionKit.Delay(0.1f, () => + { + StringEventSystem.Global.Send(this.GetType().Name + "Hide"); + }).StartGlobal(); } protected override void OnClose()