南鑫林 5 yıl önce
ebeveyn
işleme
77a6593cb1

+ 2 - 5
RainbowPlanet/RainbowPlanet/Modules/ShoppingMallModule/ProductDetail/View/Cell/ProductDetailEvaluation/ProductDetailEvaluationTableViewCell.swift

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