fix
无故事王国
2024-06-20 0c89e362069e2f97d18a01a3a82835ef37a34d18
DolphinEnglishLearnStudent/Moudle/Home/Listen/VC/HomeListenSubVC.swift
@@ -219,6 +219,7 @@
                        if indexPath.section == 0 && page <= 4{
                                    let cell = tableView.dequeueReusableCell(withIdentifier: "_HomeListen_process_TCell", for: indexPath) as! HomeListen_process_TCell
                                    cell.studyScheduleModel = studyScheduleModel
                                    cell.label_currentWeek.text = "当前周目:\(week.jq_cn)周目"
                                    return cell
                        }else{
                                    let cell = tableView.dequeueReusableCell(withIdentifier: "_HomeListen_item_TCell", for: indexPath) as! HomeListen_item_TCell