From fe460485972623f9ffcd4d29cb956bfddf9c97e3 Mon Sep 17 00:00:00 2001
From: 无故事王国 <841720330@qq.com>
Date: 星期二, 09 九月 2025 11:28:35 +0800
Subject: [PATCH] 代码补交

---
 DolphinEnglishLearnStudent/Moudle/Home/Listen/VC/HomeListenSubVC.swift |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/DolphinEnglishLearnStudent/Moudle/Home/Listen/VC/HomeListenSubVC.swift b/DolphinEnglishLearnStudent/Moudle/Home/Listen/VC/HomeListenSubVC.swift
index a54491d..46e32a7 100644
--- a/DolphinEnglishLearnStudent/Moudle/Home/Listen/VC/HomeListenSubVC.swift
+++ b/DolphinEnglishLearnStudent/Moudle/Home/Listen/VC/HomeListenSubVC.swift
@@ -245,7 +245,7 @@
                 cell.view_bg1.isHidden = true
                 switch indexPath.row {
                 case 0:
-                    cell.label_title.text = "自主学习1-听音选图"
+                    cell.label_title.text = "听音选图"
                     cell.view_bg2.backgroundColor = UIColor(hexString: "#6EC3FF")
 
                     if studyScheduleModel?.day == (page + 1){
@@ -256,7 +256,7 @@
                         cell.setProgress(progress: 0)
                     }
                 case 1:
-                    cell.label_title.text = "自主学习2-看图选音"
+                    cell.label_title.text = "看图选音"
                     cell.view_bg2.backgroundColor = UIColor(hexString: "#FF9A85")
 
                     if studyScheduleModel?.day == (page + 1){
@@ -267,7 +267,7 @@
                         cell.setProgress(progress: 0)
                     }
                 case 2:
-                    cell.label_title.text = "自主学习3-归纳排除"
+                    cell.label_title.text = "归纳排除"
                     cell.view_bg2.backgroundColor = UIColor(hexString: "#28C8C5")
 
 
@@ -279,7 +279,7 @@
                         cell.setProgress(progress: 0)
                     }
                 case 3:
-                    cell.label_title.text = "自主学习4-有问有答"
+                    cell.label_title.text = "有问有答"
                     cell.view_bg2.backgroundColor = UIColor(hexString: "#F8A169")
 
 
@@ -291,7 +291,7 @@
                         cell.setProgress(progress: 0)
                     }
                 case 4:
-                    cell.label_title.text = "自主学习5-音图相配"
+                    cell.label_title.text = "音图相配"
                     cell.view_bg2.backgroundColor = UIColor(hexString: "#92CADB")
 
                     if studyScheduleModel?.day == (page + 1){
@@ -310,10 +310,10 @@
                 cell.view_state.isHidden = true
                 switch indexPath.row {
                 case 0:
-                    cell.label_title.text = "自主游戏1-超级听力"
+                    cell.label_title.text = "超级听力"
                     cell.view_bg1.backgroundColor = UIColor(hexString: "#6EC3FF")
                 case 1:
-                    cell.label_title.text = "自主游戏2-超级记忆"
+                    cell.label_title.text = "超级记忆"
                     cell.view_bg1.backgroundColor = UIColor(hexString: "#FF9A85")
                 default:break
                 }
@@ -324,10 +324,10 @@
                 cell.view_state.isHidden = true
                 switch indexPath.row {
                 case 0:
-                    cell.label_title.text = "自主故事1-看图配音"
+                    cell.label_title.text = "看图配音"
                     cell.view_bg1.backgroundColor = UIColor(hexString: "#6EC3FF")
                 case 1:
-                    cell.label_title.text = "自主故事2-框架记忆"
+                    cell.label_title.text = "框架记忆"
                     cell.view_bg1.backgroundColor = UIColor(hexString: "#FF9A85")
                 default:break
                 }

--
Gitblit v1.7.1