From 0f13be8b24ef37fe16cd34c8411a907f93b7f304 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 28 十一月 2023 09:35:42 +0800 Subject: [PATCH] Merge branch 'Wxr-V2.4.2' into Google-2023-11-17-1 --- HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs | 110 ++++++++++++++++++++++++++++++------------------------- 1 files changed, 60 insertions(+), 50 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs index 9cbb1e1..da39b77 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs @@ -228,13 +228,15 @@ public void LoadView() { bodyView.BackgroundColor = CSS_Color.BackgroundColor; - new TopViewDiv(bodyView, Language.StringByID(StringId.PersonalCenter)).LoadTopView(); + var topView = new TopViewDiv(bodyView, Language.StringByID(StringId.PersonalCenter)); + topView.maginY = 10; + topView.LoadTopView(); bodyScrolView = new VerticalScrolViewLayout() { - Y = Application.GetRealHeight(64), + Y = Application.GetRealHeight(64+10), VerticalScrollBarEnabled = false, - Height = Application.GetRealHeight(551), + Height = Application.GetRealHeight(551-10), }; bodyView.AddChidren(bodyScrolView); @@ -262,7 +264,7 @@ }; headPortraitView.AddChidren(userHeadImageView); -#region 涓汉淇℃伅閫夐」鍖哄煙 + #region 涓汉淇℃伅閫夐」鍖哄煙 var topPaddingView = new FrameLayout() { Height = Application.GetRealHeight(8) @@ -296,7 +298,7 @@ optionListView.Height = Application.GetRealHeight(51 * (6 + addRow)); -#region 涓汉閫夐」-鍚嶅瓧鍖哄煙 + #region 涓汉閫夐」-鍚嶅瓧鍖哄煙 /// <summary> /// 涓汉閫夐」-鍚嶅瓧鍖哄煙 /// </summary> @@ -344,8 +346,8 @@ }; userNameView.AddChidren(btnEditUserNameIcon); optionListView.AddChidren(new Button() { X = Application.GetRealWidth(16), Height = Application.GetRealHeight(1), Width = Application.GetRealWidth(343), BackgroundColor = CSS_Color.DividingLineColor }); -#endregion -#region 涓汉閫夐」-浜岀淮鐮佸尯鍩� + #endregion + #region 涓汉閫夐」-浜岀淮鐮佸尯鍩� /// <summary> /// 涓汉閫夐」-浜岀淮鐮佸尯鍩� /// </summary> @@ -392,8 +394,8 @@ UnSelectedImagePath = "Public/Right.png", }; _QRcodeView.AddChidren(btnQRcodeRight); -#endregion -#region 涓汉閫夐」-閭淇℃伅鍖哄煙 + #endregion + #region 涓汉閫夐」-閭淇℃伅鍖哄煙 /// <summary> /// 涓汉閫夐」-閭淇℃伅鍖哄煙 /// </summary> @@ -441,7 +443,7 @@ }; userEmailInfoView.AddChidren(btnUserEmailRight); optionListView.AddChidren(new Button() { X = Application.GetRealWidth(16), Height = Application.GetRealHeight(1), Width = Application.GetRealWidth(343), BackgroundColor = CSS_Color.DividingLineColor }); -#endregion + #endregion #region 涓汉閫夐」-鎵嬫満淇℃伅鍖哄煙 /// <summary> /// 涓汉閫夐」-鎵嬫満淇℃伅鍖哄煙 @@ -707,52 +709,52 @@ #region 涓汉閫夐」-璁垮绠$悊 if (Entity.DB_ResidenceData.Instance.SupportVisitorManage)//鍒ゆ柇鏄惁鏀寔璁垮绠$悊 { - optionListView.AddChidren(new Button() { X = Application.GetRealWidth(16), Height = Application.GetRealHeight(1), Width = Application.GetRealWidth(343), BackgroundColor = CSS_Color.DividingLineColor }); +// optionListView.AddChidren(new Button() { X = Application.GetRealWidth(16), Height = Application.GetRealHeight(1), Width = Application.GetRealWidth(343), BackgroundColor = CSS_Color.DividingLineColor }); - visitorManagementView = new FrameLayout() - { - Height = Application.GetRealHeight(50), - }; - optionListView.AddChidren(visitorManagementView); +// visitorManagementView = new FrameLayout() +// { +// Height = Application.GetRealHeight(50), +// }; +// optionListView.AddChidren(visitorManagementView); - var btnVisitorManagementRight = new Button() - { - X = Application.GetRealWidth(339), - Gravity = Gravity.CenterVertical, - Width = Application.GetMinRealAverage(16), - Height = Application.GetMinRealAverage(16), - UnSelectedImagePath = "Public/Right.png", - }; - visitorManagementView.AddChidren(btnVisitorManagementRight); +// var btnVisitorManagementRight = new Button() +// { +// X = Application.GetRealWidth(339), +// Gravity = Gravity.CenterVertical, +// Width = Application.GetMinRealAverage(16), +// Height = Application.GetMinRealAverage(16), +// UnSelectedImagePath = "Public/Right.png", +// }; +// visitorManagementView.AddChidren(btnVisitorManagementRight); - btnisitorVManagementText = new Button() - { - X = Application.GetRealWidth(16), - TextAlignment = TextAlignment.CenterLeft, - TextColor = CSS_Color.FirstLevelTitleColor, - TextSize = CSS_FontSize.SubheadingFontSize, - TextID = StringId.VisitorManage, - }; - visitorManagementView.AddChidren(btnisitorVManagementText); +// btnisitorVManagementText = new Button() +// { +// X = Application.GetRealWidth(16), +// TextAlignment = TextAlignment.CenterLeft, +// TextColor = CSS_Color.FirstLevelTitleColor, +// TextSize = CSS_FontSize.SubheadingFontSize, +// TextID = StringId.VisitorManage, +// }; +// visitorManagementView.AddChidren(btnisitorVManagementText); - btnisitorVManagementText.MouseUpEventHandler = (sender, e) => - { +// btnisitorVManagementText.MouseUpEventHandler = (sender, e) => +// { -#if __IOS__ - //鍒锋柊鎺ュ彛璇锋眰鎵�闇�瑕佺殑鍙傛暟 - Foundation.NSDictionary info = new Foundation.NSDictionary("regionUrl", HttpUtil.GlobalRequestHttpsHost, "token", UserInfo.Current.LoginTokenString, "appkey", "HDL-HOME-APP-TEST", "secret", "WeJ8TY88vbakCcnvH8G1tDUqzLWY8yss", "refreshToken", UserInfo.Current.RefreshToken); - Shared.IOS.HDLFVSDK.Video.RefreshInfo(info); - //璺宠浆璁垮绠$悊鐣岄潰 - Shared.IOS.HDLFVSDK.Video.ShowVisitorManager(); -#else - var page = new VisitorQRCodePage(); - MainPage.BasePageView.AddChidren(page); - page.LoadPage(); - MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; -#endif - }; +//#if __IOS__ +// ////鍒锋柊鎺ュ彛璇锋眰鎵�闇�瑕佺殑鍙傛暟 +// //Foundation.NSDictionary info = new Foundation.NSDictionary("regionUrl", HttpUtil.GlobalRequestHttpsHost, "token", UserInfo.Current.LoginTokenString, "appkey", "HDL-HOME-APP-TEST", "secret", "WeJ8TY88vbakCcnvH8G1tDUqzLWY8yss", "refreshToken", UserInfo.Current.RefreshToken); +// //Shared.IOS.HDLFVSDK.Video.RefreshInfo(info); +// //////璺宠浆璁垮绠$悊鐣岄潰 +// //Shared.IOS.HDLFVSDK.Video.ShowVisitorManager(); +//#else +// //var page = new VisitorQRCodePage(); +// //MainPage.BasePageView.AddChidren(page); +// //page.LoadPage(); +// //MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; +//#endif +// }; } @@ -828,6 +830,7 @@ MainPage.BasePageView.AddChidren(myServerInfoPage); myServerInfoPage.LoadPage(); MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; + }; myServerInfoCellView.GoAction = selectAction; myServerInfoCellView.BtnTilte.Text = Language.StringByID(StringId.ServerInformation); @@ -853,7 +856,14 @@ logOffView.BtnTilte.Text = Language.StringByID(StringId.CancelAccount); logOffView.LineView.RemoveFromParent(); -#endregion + #endregion + + bodyView.AddChidren(new Button() + { + Y = Application.GetRealHeight(622), + Height = 1, + BackgroundColor = CSS_Color.DividingLineColor, + }); btnLogout = new Button() { -- Gitblit v1.8.0