无故事王国
2024-03-12 fd05d3dfc61ad3482cfd577279cff72f74c68cf6
WanPai/Root/Search/VC/MeQRCodeVC.swift
@@ -19,7 +19,7 @@
                        title = "我的二维码"
                        Services.queryProtocol(.matchStore, progress: false).subscribe(onNext: {[weak self] text in
                        Services.queryProtocol(.useStore, progress: false).subscribe(onNext: {[weak self] text in
                                    self?.label_content.text = (text.data ?? "").jq_filterFromHTML_1()
                        }).disposed(by: disposeBag)
            }