mac
2024-07-25 f9181a9c8125136f597add7c30cb2ff508d54ba7
HDL_ON/UI/UI2/4-PersonalCenter/FaceManagement/FacePassagePage.cs
@@ -66,14 +66,17 @@
        public void LoadPage()
        {
            new TopViewDiv(bodyView, Language.StringByID(StringId.FacePassage)).LoadTopView();
            var topNavView = new TopViewDiv(bodyView, Language.StringByID(StringId.FacePassage));
            topNavView.maginY = 10;
            topNavView.LoadTopView();
            bodyView.BackgroundColor = CSS_Color.BackgroundColor;
            contentView = new FrameLayout()
            {
                Y = Application.GetRealHeight(64),
                Height = Application.GetRealHeight(667 - 64),
                Y = Application.GetRealHeight(64+10),
                Height = Application.GetRealHeight(667 - 64 - 10),
            };
            bodyView.AddChidren(contentView);
@@ -128,7 +131,6 @@
            };
            communityRow.AddChidren(btnCommunityTitle);
            btnCommunityAccessControlIcon = new Button()
            {
                X = Application.GetRealWidth(314),
@@ -158,7 +160,6 @@
            };
#endregion
            var btnTip = new Button()
            {
@@ -338,9 +339,6 @@
            btnEraseData.RemoveFromParent();
            btnSetFaceId.TextID = StringId.SetFace;
        }
        /// <summary>
        /// 加载图标选择选项
@@ -554,7 +552,6 @@
                            Utlis.WriteLine("上传结果:" + pack.message);
                            uploadResultAction?.Invoke(pack.Code == StateCode.SUCCESS);
                        }
                    }
                    catch (Exception ex)
                    {