From f5dbbc48424a22cb37a10b98f673eea1f653f152 Mon Sep 17 00:00:00 2001 From: liuyu <272912176@qq.com> Date: Fri, 30 Aug 2024 16:08:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E7=BB=93=E6=9D=9F=E5=90=8E?= =?UTF-8?q?=E8=B7=B3=E5=87=BATips?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Project/Manager/ProcessManager.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/Scripts/Project/Manager/ProcessManager.cs b/Assets/Scripts/Project/Manager/ProcessManager.cs index 0cd212c..0e1445d 100644 --- a/Assets/Scripts/Project/Manager/ProcessManager.cs +++ b/Assets/Scripts/Project/Manager/ProcessManager.cs @@ -156,6 +156,8 @@ public class ProcessManager : BaseManager else { Debug.Log($"完成所有"); + //HQB 20240828完成后展示学习完成Tips + GameManager.UIMgr.ShowPanel(E_UI_Layer.System); return false; }