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

diff --git a/WanPai/Root/Course/VC/StudentMentalListVC.swift b/WanPai/Root/Course/VC/StudentMentalListVC.swift
index e65a9b5..ed81ffc 100644
--- a/WanPai/Root/Course/VC/StudentMentalListVC.swift
+++ b/WanPai/Root/Course/VC/StudentMentalListVC.swift
@@ -41,7 +41,7 @@
 	
     override func viewDidLoad() {
         super.viewDidLoad()
-        title = "学员勋章"
+        title = "运动营成员勋章"
 
         view.addSubview(tableView)
         tableView.snp.makeConstraints { make in

--
Gitblit v1.7.1