This commit is contained in:
taosuqi 2026-02-04 17:52:30 +08:00
parent 5d8e22076d
commit fcab7c9232
1 changed files with 4 additions and 2 deletions

View File

@ -35,11 +35,13 @@ public class SubjectToggle : BaseItem, IPointerEnterHandler, IPointerExitHandler
Bootstrap.Instance.scenesManager.LoadSceneAsyn(this, "xianchang", () =>
{
Bootstrap.Instance.uiManager.ShowPanel<UI_TopTitlePanel>(this, E_UI_Layer.Top, (panel) =>
{
Bootstrap.Instance.uiManager.ShowPanel<UI_ExperimentChooesPanel>(this, E_UI_Layer.Top, (panel) =>
{
Bootstrap.Instance.uiManager.HidePanel<UI_ChooesPanel>();
Debug.Log("¼ÓÔØ³¡¾°³É¹¦");
Bootstrap.Instance.eventCenter.EventTrigger(Enum_EventType.UpdateProgress, 2f);
});
});
});
});