Explorar el Código

课程详情显示content

visuddhinanda hace 2 años
padre
commit
14484decee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dashboard/src/pages/library/course/course.tsx

+ 1 - 1
dashboard/src/pages/library/course/course.tsx

@@ -49,7 +49,7 @@ const Widget = () => {
         <div>
           <CourseHead data={courseInfo} />
           <Divider />
-          <CourseIntro intro={courseInfo?.summary} />
+          <CourseIntro intro={courseInfo?.content} />
           <Divider />
           <TextBook
             anthologyId={courseInfo?.anthology_id}