ZigbeeApp/Shared/Phone/UserCenter/Member/AddMemberByIdForm.cs
@@ -49,7 +49,6 @@ var txtCode = new TextInputControl(Application.GetRealWidth(900), rowAccount.Height, false); txtCode.X = ControlCommonResourse.XXLeft; txtCode.PlaceholderText = Language.StringByID(R.MyInternationalizationString.uPleaseInputAddMenberID); txtCode.PlaceholderTextColor = UserCenterColor.Current.TextTipColor; rowAccount.AddChidren(txtCode, ChidrenBindMode.NotBind); //下一步