WanPai/Root/Search/VC/MeQRCodeVC.swift
@@ -20,7 +20,7 @@ Services.queryProtocol(.useStore, progress: false).subscribe(onNext: {[weak self] text in self?.label_content.text = (text.data ?? "").jq_filterFromHTML_1() self?.label_content.attributedText = AttributedStringbuilder.build().add(string: (text.data ?? ""), withFont: .systemFont(ofSize: 14, weight: .medium), withColor: .black.withAlphaComponent(0.6), lineSpace: 5).mutableAttributedString }).disposed(by: disposeBag) }