From 77041c81c325c0bc88c94dc28d732f656cc4c885 Mon Sep 17 00:00:00 2001 From: 无故事王国 <841720330@qq.com> Date: 星期二, 17 十月 2023 18:28:29 +0800 Subject: [PATCH] 修复BUG --- WanPai/Root/Course/VC/CourseBookingListVC.swift | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WanPai/Root/Course/VC/CourseBookingListVC.swift b/WanPai/Root/Course/VC/CourseBookingListVC.swift index dc4023d..e8ed39a 100644 --- a/WanPai/Root/Course/VC/CourseBookingListVC.swift +++ b/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() { -- Gitblit v1.7.1