wxr
2022-06-30 23bbed132eea46eef51c6d01c21b346238e29ee2
HDL_ON/UI/UI2/4-PersonalCenter/FaceManagement/FacePassagePage.cs
@@ -128,7 +128,6 @@
            };
            communityRow.AddChidren(btnCommunityTitle);
            btnCommunityAccessControlIcon = new Button()
            {
                X = Application.GetRealWidth(314),
@@ -158,7 +157,6 @@
            };
#endregion
            var btnTip = new Button()
            {
@@ -338,9 +336,6 @@
            btnEraseData.RemoveFromParent();
            btnSetFaceId.TextID = StringId.SetFace;
        }
        /// <summary>
        /// 加载图标选择选项
@@ -554,7 +549,6 @@
                            Utlis.WriteLine("上传结果:" + pack.message);
                            uploadResultAction?.Invoke(pack.Code == StateCode.SUCCESS);
                        }
                    }
                    catch (Exception ex)
                    {