Просмотр исходного кода

IOS端启动页设置密码首个数字可设置零

huangxiaodong 1 год назад
Родитель
Сommit
c30cf53e6e
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      创维盒子/双子星云手机/Class/Guide/SetPWDFirstViewController.m

+ 1 - 0
创维盒子/双子星云手机/Class/Guide/SetPWDFirstViewController.m

@@ -322,6 +322,7 @@
         if (numberLength == 1){
         if (numberLength == 1){
             [pointView0 setText:@""];
             [pointView0 setText:@""];
             [pointView0 setBackgroundColor:HWE3E8F1Color];
             [pointView0 setBackgroundColor:HWE3E8F1Color];
+            self->keyBoardBtn0.enabled = NO;
         }else if (numberLength == 2){
         }else if (numberLength == 2){
             [pointView1 setText:@""];
             [pointView1 setText:@""];
             [pointView1 setBackgroundColor:HWE3E8F1Color];
             [pointView1 setBackgroundColor:HWE3E8F1Color];