Commit c09ae428 authored by Steven杜宇's avatar Steven杜宇

// 专业

parent 92c5d350
......@@ -77,7 +77,7 @@ class YHMajorSearchViewController: YHBaseViewController {
[weak self] in
guard let self = self else { return }
if let selectBlock = selectBlock {
selectBlock(searchBar.textField.text, "")
selectBlock(searchBar.textField.text, searchBar.textField.text)
self.navigationController?.popViewController(animated: true)
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment