From 2bec9c838d2d688025698de8ec1de401ffd7dd1f Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 11 八月 2020 14:13:55 +0800 Subject: [PATCH] 20200811 --- HDL_ON/UI/UI1-Login/LoginPage.cs | 20 +++++++++++++++----- 1 files changed, 15 insertions(+), 5 deletions(-) diff --git a/HDL_ON/UI/UI1-Login/LoginPage.cs b/HDL_ON/UI/UI1-Login/LoginPage.cs index c65572c..c8f2c83 100644 --- a/HDL_ON/UI/UI1-Login/LoginPage.cs +++ b/HDL_ON/UI/UI1-Login/LoginPage.cs @@ -144,6 +144,12 @@ string verAccount = ""; + /// <summary> + /// + /// </summary> + string registerPhone; + string registerEmail; + public void VerfifyLogin(string account ) { verAccount = account; @@ -155,6 +161,7 @@ /// </summary> public void LoadView(string account = "") { + Language.CurrentLanguage = "Chinese"; var btnIcon = new Button() { X = Application.GetRealWidth(28), @@ -200,7 +207,7 @@ btnEmailLogin = new Button() { - X = btnPhoneLogin.Right, + X = btnPhoneLogin.Right + Application.GetRealWidth(20), Y = Application.GetRealHeight(177), Width = Application.GetRealWidth(100), Height = Application.GetRealHeight(40), @@ -229,7 +236,6 @@ TextColor = CSS_Color.FirstLevelTitleColor, Text = "+86", TextSize = CSS_FontSize.TextFontSize, - BackgroundColor = 0xffff0000 }; if (loginType == 0) accountView.AddChidren(btnGlobalRoaming); @@ -268,7 +274,6 @@ Height = Application.GetRealHeight(1), }; accountView.AddChidren(btnAccountViewBottomLine); - btnAccountIcon = new Button() { @@ -372,8 +377,11 @@ SelectedTextColor = CSS_Color.MainColor, TextAlignment = TextAlignment.CenterRight, TextSize = CSS_FontSize.PromptFontSize_FirstLevel, - TextColor = CSS_Color.FirstLevelTitleColor, + TextColor = CSS_Color.PromptingColor1, + Visible = false, + IsSelected = false, }; + passwordView.AddChidren(btnGetVerificationCode); #endregion btnPasswordViewBottomLine = new Button() @@ -435,7 +443,7 @@ LoadEventList(); account = etAccount.Text.Trim(); - #if DEBUG + #if DEBUG1211 //鏈湴妯″紡 Button btnLocalMode = new Button() { @@ -455,6 +463,8 @@ MainPage.GoUserPage(); }; + MainPage.Log("etAccount.TextAlignment : " + etAccount.TextAlignment.ToString()); + #endif } -- Gitblit v1.8.0