前台附件列表显示课件类型

This commit is contained in:
unknown 2023-07-30 13:06:32 +08:00
parent b91de09c0c
commit fabb0dd264

View File

@ -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"]}