Commit 4b92a5f0 authored by CZ1004's avatar CZ1004

【优化】小改动

parent 56bb9c9b
...@@ -104,7 +104,7 @@ extension CustomContactDupTableViewCell { ...@@ -104,7 +104,7 @@ extension CustomContactDupTableViewCell {
func getPhoneNumberString(photoNumbers : [String]) -> String{ func getPhoneNumberString(photoNumbers : [String]) -> String{
var tempNumbers = photoNumbers let tempNumbers = photoNumbers
let nonEmptyStrings = tempNumbers.filter {!$0.isEmpty} let nonEmptyStrings = tempNumbers.filter {!$0.isEmpty}
if nonEmptyStrings.count <= 0 { if nonEmptyStrings.count <= 0 {
return "" return ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment