wxr
2020-09-10 af1cb3ecd0f4b0589e00b28f7f9edccf39e6e12b
HDL_ON/UI/UI1-Login/ForgetPasswordPage.cs
@@ -153,6 +153,12 @@
        /// 1:邮箱
        /// </summary>
        int registerType;
        /// <summary>
        ///
        /// </summary>
        string registerPhone;
        string registerEmail;
        #endregion
        public ForgetPasswordPage(Action<string> action)
        {
@@ -178,7 +184,7 @@
                Y = Application.GetRealHeight(112),
                Width = Application.GetRealWidth(120),
                Height = Application.GetRealHeight(40),
                TextID = StringId.LoginByPhone,
                TextID = StringId.PhoneNumberAccount,
                TextColor = CSS_Color.MainColor,
                TextAlignment = TextAlignment.CenterLeft,
                TextSize = CSS_FontSize.EmphasisFontSize_Secondary,
@@ -191,7 +197,7 @@
                Y = Application.GetRealHeight(112),
                Width = Application.GetRealWidth(100),
                Height = Application.GetRealHeight(40),
                TextID = StringId.LoginByEmail,
                TextID = StringId.EmailAccount,
                TextColor = CSS_Color.PromptingColor1,
                TextAlignment = TextAlignment.Center,
                TextSize = CSS_FontSize.TextFontSize,