From 15537d5c13121292cbeb61ecdc0fa91762333465 Mon Sep 17 00:00:00 2001 From: mozzie Date: Tue, 7 Mar 2023 17:44:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AF=BE=E7=A8=8B=E5=88=9B=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/admin/src/view/Course/Create/index.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/admin/src/view/Course/Create/index.tsx b/apps/admin/src/view/Course/Create/index.tsx index e4628fc..e64763d 100644 --- a/apps/admin/src/view/Course/Create/index.tsx +++ b/apps/admin/src/view/Course/Create/index.tsx @@ -16,10 +16,15 @@ import MediaBind from "./MediaBind"; const CourseCreate = () => { const [current, setCurrent] = useState(0); + + const onBasicFormChange = (form: any) => { + console.log(form); + }; + const steps = [ { title: "基本信息", - content: , + content: , }, { title: "媒体资源",