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

diff --git a/WanPai/Root/Course/VC/StudentCourseDetailVC.swift b/WanPai/Root/Course/VC/StudentCourseDetailVC.swift
index 9a39fbe..7e1a39a 100644
--- a/WanPai/Root/Course/VC/StudentCourseDetailVC.swift
+++ b/WanPai/Root/Course/VC/StudentCourseDetailVC.swift
@@ -131,7 +131,9 @@
     }
 
     @objc func datetimePickerAction(){
-        CommonDatePickerView.show()
+        CommonDatePickerView.show { year, month, day in
+            
+        }
     }
 
     required init?(coder: NSCoder) {

--
Gitblit v1.7.1