Commit 1fc7f235 authored by lujunye's avatar lujunye

修复点击bug

parent 8b98a9e3
......@@ -99,6 +99,7 @@ class DSHFXY_ViewController: BaseViewController, HeaderSelectViewDelegate, TimeS
blackBtnView.removeFromSuperview()
searchV!.resignFirstResponder()
}
selectV.isUserInteractionEnabled = true
}
func searchBarShouldBeginEditing(_ searchBar: UISearchBar) -> Bool {
print("调起搜索后添加个蒙版本")
......@@ -110,6 +111,7 @@ class DSHFXY_ViewController: BaseViewController, HeaderSelectViewDelegate, TimeS
timeShowDView.removeFromSuperview()
selectV.colseBytitleArr(arr: [], index:showSelectvIndex)
}
selectV.isUserInteractionEnabled = false
blackBtnView = UIButton ()
blackBtnView.backgroundColor = UIColor.init(named: "提示视图背景色")
self.view.addSubview(blackBtnView)
......
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