ganzf hai 5 meses
pai
achega
d9cf878dea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ABtong/ABtong/ALLController/call/CallIndexCell.m

+ 1 - 1
ABtong/ABtong/ALLController/call/CallIndexCell.m

@@ -208,7 +208,7 @@
     }
     NSString *result =data[@"result"];
     NSString *duration = data[@"duration"];
-    if(result.intValue == 1){
+    if(result.boolValue){
         self.name.textColor = [UIColor whiteColor];
     }
     else{