PPT界面跳转课程

This commit is contained in:
huqibin 2025-05-26 13:10:46 +08:00
parent 89f8461c07
commit 5a4930e5a6
1 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,8 @@ public class UI_PPTForPracticePanel : BasePanel
case "EnterPracticalTrainingBtn": case "EnterPracticalTrainingBtn":
//UI_SelectDevice.Init(); //UI_SelectDevice.Init();
GameManager.RunModelMgr.schemeID = 2002;
GameManager.ProcessMgr.Init(GameManager.RunModelMgr.schemeID);
GameManager.UIMgr.ShowPanel<UI_LoadingPanel>(E_UI_Layer.System, (panel) => GameManager.UIMgr.ShowPanel<UI_LoadingPanel>(E_UI_Layer.System, (panel) =>
{ {
panel.Init(); panel.Init();