This commit is contained in:
陈向学 2024-08-30 16:35:40 +08:00
commit 7537c5e5d1
1 changed files with 2 additions and 0 deletions

View File

@ -156,6 +156,8 @@ public class ProcessManager : BaseManager<ProcessManager>
else
{
Debug.Log($"<color=red>完成所有</color>");
//HQB 20240828完成后展示学习完成Tips
GameManager.UIMgr.ShowPanel<UI_TipsForPracticePanel>(E_UI_Layer.System);
return false;
}