陈嘉乐
2020-12-15 09dfbfd9b77ec887c17b10f15799a1d3f56e4e17
HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockPasswordPage.cs
@@ -58,12 +58,15 @@
            };
            bodyView.AddChidren(btnTipTitle);
            if (optionType == "2" || optionType == "3")
            if (optionType == "1")
            {
                btnTipTitle.TextID = string.IsNullOrEmpty(oldPasswrod) ? StringId.PlsEntryPassword : StringId.PlsRegisterRepeatPassword;
            }
            else if (optionType == "2")
            {
                btnTipTitle.TextID = StringId.PleaseEnterTheOriginalDigitalPassword;
            }
            if (optionType == "7")
            else
            {
                btnTipTitle.TextID = StringId.PlsEntryPassword;
            }