mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-06-09 04:44:47 +08:00
前台附件列表显示课件类型
This commit is contained in:
parent
b91de09c0c
commit
fabb0dd264
@ -297,7 +297,9 @@ const CoursePage = () => {
|
|||||||
marginRight: 10,
|
marginRight: 10,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<span className={styles["title"]}>{item.title}</span>
|
<span className={styles["title"]}>
|
||||||
|
{item.title}({item.type})
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
className={styles["download"]}
|
className={styles["download"]}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user