From c3e1b733fc45bd9f0b88bfb560cfa87a270b079b Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 09 九月 2020 17:33:58 +0800 Subject: [PATCH] 20200909 --- HDL_ON/UI/UI1-Login/RegisterPageBLL.cs | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/HDL_ON/UI/UI1-Login/RegisterPageBLL.cs b/HDL_ON/UI/UI1-Login/RegisterPageBLL.cs index a5a1bc7..d997321 100644 --- a/HDL_ON/UI/UI1-Login/RegisterPageBLL.cs +++ b/HDL_ON/UI/UI1-Login/RegisterPageBLL.cs @@ -157,7 +157,7 @@ btnGetVerificationCode_Phone.IsSelected = false; new Tip() { - CloseTime = 3, + CloseTime = 1, Text = Language.StringByID(StringId.PlsEntryCorrectMobilNeumber), Direction = AMPopTipDirection.None, }.Show(bodyView); @@ -189,7 +189,7 @@ btnGetVerificationCode_Mail.IsSelected = false; new Tip() { - CloseTime = 3, + CloseTime = 1, Text = Language.StringByID(StringId.PlsEntryCorrectEmailAddress), Direction = AMPopTipDirection.None, }.Show(bodyView); @@ -243,7 +243,7 @@ new Tip() { - CloseTime = 3, + CloseTime = 1, Direction = AMPopTipDirection.None, Text = Language.StringByID(StringId.PlsRegisterPassword) }.Show(bodyView); @@ -277,7 +277,7 @@ btnRepeatPasswordViewBottomLine.Height = Application.GetRealHeight(2); new Tip() { - CloseTime = 3, + CloseTime = 1, Direction = AMPopTipDirection.None, Text = Language.StringByID(StringId.IncorrectRepeatPassword) }.Show(bodyView); @@ -405,7 +405,7 @@ switch (result.StateCode) { case "Exist": - tipString = Language.StringByID(StringId.AccountAlreadyExists); + tipString = Language.StringByID(StringId.AccountAlreadyUse); break; case "SendFail": tipString = Language.StringByID(StringId.FailedToSendVerificationCode); @@ -424,7 +424,7 @@ { new Tip() { - CloseTime = 3, + CloseTime = 1, Direction = AMPopTipDirection.None, Text = tipString }.Show(bodyView); @@ -450,7 +450,7 @@ { new Tip() { - CloseTime = 3, + CloseTime = 1, Direction = AMPopTipDirection.None, Text = Language.StringByID(StringId.PlsRegisterPassword) }.Show(bodyView); @@ -497,7 +497,7 @@ switch (validateSmsResult.StateCode) { case "Exist": - erorrInfo = Language.StringByID(StringId.AccountAlreadyExists); + erorrInfo = Language.StringByID(StringId.AccountAlreadyUse); break; case "PwdNoConfirm": erorrInfo = Language.StringByID(StringId.IncorrectRepeatPassword); @@ -521,7 +521,7 @@ { new Tip() { - CloseTime = 3, + CloseTime = 1, Direction = AMPopTipDirection.None, Text = erorrInfo, }.Show(bodyView); -- Gitblit v1.8.0