WanPai/Root/Search/TCell/CustomerContentTCell.swift
@@ -6,6 +6,7 @@ // import UIKit import JQTools class CustomerContentTCell: UITableViewCell { @@ -17,7 +18,10 @@ didSet{ label_title.text = noticeItemModel.noticeTitle label_time.text = noticeItemModel.noticeTime label_content.text = noticeItemModel.noticeContents let attribute = AttributedStringbuilder.build().add(string: noticeItemModel.noticeContents.jq_filterFromHTML_1(), withFont: .systemFont(ofSize: 13), withColor: UIColor(hexStr: "#3D3D3D"), lineSpace: 4).mutableAttributedString label_content.attributedText = attribute } }