无故事王国
2024-03-14 a478b668ca1a5d4f6d2d9b1075d292cbbef90de5
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)
            }