杨锴
2024-11-08 529f3c6b775dc75869f978f7403ac50c5343b4e4
XQMuse/Root/Pavilion/VC/PavilionSearchVC.swift
@@ -39,6 +39,12 @@
                        collectionView.register(UINib(nibName: "PavilionItemCell", bundle: nil), forCellWithReuseIdentifier: "_PavilionItemCell")
            }
    override func setRx() {
        if let m = viewModel{
            tf_search.rx.text.changed.bind(to: m.search).disposed(by: disposeBag)
        }
    }
            @IBAction func cancelAction(_ sender: UIButton) {
                        self.navigationController?.popViewController()
            }