| | |
| | | |
| | | private lazy var label_student:UILabel = { |
| | | let label = UILabel() |
| | | label.text = "当前学员:" |
| | | label.text = "当前运动营成员:" |
| | | label.font = UIFont.systemFont(ofSize: 18, weight: .medium) |
| | | label.textColor = UIColor(hexStr: "#335667") |
| | | return label |
| | |
| | | funcView.btn_search.addTarget(self, action: #selector(searchAction), for: .touchUpInside) |
| | | funcView.tf_search.delegate = self |
| | | |
| | | label_student.text = "当前学员:\(startClouseHomeModel.stuName)" |
| | | label_student.text = "当前运动营成员:\(startClouseHomeModel.stuName)" |
| | | } |
| | | |
| | | override func setUI() { |