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{