|
|
@@ -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];
|