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