|
@@ -79,9 +79,6 @@ class ProductDetailEvaluationTableViewCell: UITableViewCell {
|
|
evaluationLabel.textColor = k999999Color
|
|
evaluationLabel.textColor = k999999Color
|
|
evaluationLabel.font = kRegularFont13
|
|
evaluationLabel.font = kRegularFont13
|
|
evaluationLabel.numberOfLines = 0
|
|
evaluationLabel.numberOfLines = 0
|
|
- let attributeString = NSMutableAttributedString(string:"猪肉很新鲜特别棒,配送很迅速第二天一大早就拿到手了,以后会常来的猪肉很新鲜特别棒,配送很迅速第二天一大早就拿到手了,以后会常来的")
|
|
|
|
- attributeString.changeAllLineSpacing(2)
|
|
|
|
- evaluationLabel.attributedText = attributeString
|
|
|
|
return evaluationLabel
|
|
return evaluationLabel
|
|
}()
|
|
}()
|
|
|
|
|
|
@@ -92,9 +89,9 @@ class ProductDetailEvaluationTableViewCell: UITableViewCell {
|
|
let attributeString = NSMutableAttributedString(string:productCommentModel?.content ?? "")
|
|
let attributeString = NSMutableAttributedString(string:productCommentModel?.content ?? "")
|
|
attributeString.changeAllLineSpacing(2)
|
|
attributeString.changeAllLineSpacing(2)
|
|
evaluationLabel.attributedText = attributeString
|
|
evaluationLabel.attributedText = attributeString
|
|
-
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+
|
|
}
|
|
}
|