ZigbeeApp/Shared/Phone/Device/Account/AccountRegister.cs
@@ -65,6 +65,7 @@ #region ◆ 构造方法_________________________ public AccountRegister() { CommonPage.Instance.IsDrawerLockMode = true; BackgroundColor = ZigbeeColor.Current.GXCBackgroundColor; Tag = "Register"; } @@ -208,7 +209,7 @@ private void AddPhoneOrEmailFL(FrameLayout accountCodeFrameLayout, string phoneOrEmail) { accountCodeFrameLayout.RemoveAll(); account = string.Empty; if (phoneOrEmail == "Phone") { phoneRow = new PhoneRowForm();