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/StudentRemarkListVC.swift | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WanPai/Root/Course/VC/StudentRemarkListVC.swift b/WanPai/Root/Course/VC/StudentRemarkListVC.swift index 985ff11..aed092d 100644 --- a/WanPai/Root/Course/VC/StudentRemarkListVC.swift +++ b/WanPai/Root/Course/VC/StudentRemarkListVC.swift @@ -41,7 +41,7 @@ override func viewDidLoad() { super.viewDidLoad() - title = "学员评语" + title = "运动营成员评语" viewModel.configure(tableView) viewModel.beginRefresh() } -- Gitblit v1.7.1