mirror of
https://github.com/PlayEdu/backend
synced 2025-12-25 19:49:56 +08:00
===优化
This commit is contained in:
@@ -387,7 +387,7 @@ export const CourseCreate: React.FC<PropInterface> = ({
|
||||
setVideoVisible(false);
|
||||
}}
|
||||
onSelected={(arr: any, videos: any) => {
|
||||
if (chapterType == 0) {
|
||||
if (chapterType === 0) {
|
||||
selectData(arr, videos);
|
||||
} else {
|
||||
selectChapterData(arr, videos);
|
||||
|
||||
Reference in New Issue
Block a user