From a2589f9891509d85a873192d56e785885513e780 Mon Sep 17 00:00:00 2001
From: younger_times <841720330@qq.com>
Date: 星期二, 18 七月 2023 15:54:32 +0800
Subject: [PATCH] 新增

---
 WanPai/Root/Course/TCell/CourseExerciseTCell.swift |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WanPai/Root/Course/TCell/CourseExerciseTCell.swift b/WanPai/Root/Course/TCell/CourseExerciseTCell.swift
index 4b46489..647ed36 100644
--- a/WanPai/Root/Course/TCell/CourseExerciseTCell.swift
+++ b/WanPai/Root/Course/TCell/CourseExerciseTCell.swift
@@ -16,7 +16,7 @@
     }
 
     @IBAction func detailAction(_ sender: UIButton) {
-        let vc = CourseVideoDetailVC()
+        let vc = CourseVideoDetailVC(id: 0)
         vc.title = "课后练习"
         JQ_currentViewController().jq_push(vc: vc)
     }

--
Gitblit v1.7.1