wxr
2022-06-27 0e0f97e62b7d2d6e00f3171572bed8d92a7522c3
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>
        /// 加载图标选择选项
@@ -573,7 +568,9 @@
                })
                { IsBackground = true }.Start();
            }
            catch { }
            catch (Exception ex) {
                MainPage.Log(ex.Message);
            }
        }