无故事王国
2023-10-17 77041c81c325c0bc88c94dc28d732f656cc4c885
WanPai/Root/Course/VC/CourseBookingListVC.swift
@@ -60,7 +60,7 @@
    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
@@ -86,7 +86,7 @@
        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() {