无故事王国
2023-10-10 a1ac0f1634ff0bd8f04259fc4cf7ebabd8c8c82d
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
        }
    }