ganzf 6 달 전
부모
커밋
d9cf878dea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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{