/// <summary> /// 手动调用:销毁UI /// </summary> protected void DestroyView() { if (RootView != null) { RootView.Destroy(); } foreach (var item in MainViewGroup) { item.Destroy(); } MainViewGroup.Clear(); }