From e8147ceaf39253db2c9e6cfe023b505f71ec7ba5 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 24 八月 2023 17:48:30 +0800 Subject: [PATCH] 备份2 --- OnPro/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs | 29 +---------------------------- 1 files changed, 1 insertions(+), 28 deletions(-) diff --git a/OnPro/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs b/OnPro/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs index 419b334..14f8fa2 100644 --- a/OnPro/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs +++ b/OnPro/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs @@ -140,23 +140,11 @@ /// 鑾峰彇鏀寔灏忓尯鍩� /// </summary> VerticalScrolViewLayout supportView; - ///// <summary> - ///// 鑾峰彇鏀寔鏂囨湰 - ///// </summary> - Button btnSupportText; /// <summary> /// 鍏充簬On鏂囨湰 /// </summary> Button btnAboutOnText; - /// <summary> - /// 鏅鸿兘闊崇鏂囨湰 - /// </summary> - Button btnSmartSpeakerText; - /// <summary> - /// Siri鏂囨湰 - /// </summary> - Button btnSiriText; public PersonalCenterPage() @@ -167,21 +155,6 @@ public void LoadView() { - //try - //{ - // if (MainPage.CurPageIndex == 3) - // { - // Application.RunOnMainThread(() => - // { - // this.RemoveFromParent(); - // return; - // }); - // } - //} - //catch (Exception ex) - //{ - // MainPage.Log($"鐣岄潰鍒囨崲寮傚父:{ex.Message}"); - //} MainPage.CurPageIndex = 3; #region 涓汉淇℃伅 topbg = new FrameLayout() @@ -662,7 +635,7 @@ { Gravity = Gravity.CenterHorizontal, Width = Application.GetRealWidth(343), - Height = Application.GetRealWidth(88), + Height = Application.GetRealWidth(45), BackgroundColor = CSS_Color.MainBackgroundColor, Radius = (uint)Application.GetRealHeight(12), BorderColor = 0x00FFFFFF, -- Gitblit v1.8.0