From c5579d0cb660bc6490fc932ad8e86248f57899d2 Mon Sep 17 00:00:00 2001 From: younger_times <841720330@qq.com> Date: 星期四, 13 七月 2023 18:21:59 +0800 Subject: [PATCH] 新增 --- WanPai/Root/Course/VC/CourseDetailApplyVC.swift | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WanPai/Root/Course/VC/CourseDetailApplyVC.swift b/WanPai/Root/Course/VC/CourseDetailApplyVC.swift index 7b27517..ddb2d31 100644 --- a/WanPai/Root/Course/VC/CourseDetailApplyVC.swift +++ b/WanPai/Root/Course/VC/CourseDetailApplyVC.swift @@ -102,8 +102,8 @@ } @IBAction func studentAction(_ sender: QMUIButton) { - StudentChooseView.show(itemType:.course) { - + StudentChooseView.show(itemType:.course,defaultStu: detailModel?.student) { + } needAddClouse: { [weak self] () in let vc = AddStudentVC() self?.push(vc: vc) -- Gitblit v1.7.1