Browse Source

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

huangxiaodong 1 year ago
parent
commit
c30cf53e6e

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

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