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/StudentExchangeVC.swift |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WanPai/Root/Course/VC/StudentExchangeVC.swift b/WanPai/Root/Course/VC/StudentExchangeVC.swift
index a6181de..c3c0138 100644
--- a/WanPai/Root/Course/VC/StudentExchangeVC.swift
+++ b/WanPai/Root/Course/VC/StudentExchangeVC.swift
@@ -24,7 +24,7 @@
 
     override func viewDidLoad() {
         super.viewDidLoad()
-        title = "切换学员"
+        title = "切换运动营成员"
 
         viewModel.configure(tableView,needMore: false)
         viewModel.beginRefresh()

--
Gitblit v1.7.1