mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-06-29 22:02:47 +08:00
课程详情增加课件下载
This commit is contained in:
parent
765f37a5eb
commit
b91de09c0c
@ -8,12 +8,12 @@ import { HourCompenent } from "./compenents/hour";
|
|||||||
import { Empty } from "../../compenents";
|
import { Empty } from "../../compenents";
|
||||||
import iconRoute from "../../assets/images/commen/icon-route.png";
|
import iconRoute from "../../assets/images/commen/icon-route.png";
|
||||||
|
|
||||||
interface tabModal {
|
type tabModal = {
|
||||||
key: number;
|
key: number;
|
||||||
label: string;
|
label: string;
|
||||||
}
|
};
|
||||||
|
|
||||||
interface attachModal {
|
type attachModal = {
|
||||||
id: number;
|
id: number;
|
||||||
course_id: number;
|
course_id: number;
|
||||||
rid: number;
|
rid: number;
|
||||||
@ -21,7 +21,7 @@ interface attachModal {
|
|||||||
title: string;
|
title: string;
|
||||||
type: string;
|
type: string;
|
||||||
url?: string;
|
url?: string;
|
||||||
}
|
};
|
||||||
|
|
||||||
const CoursePage = () => {
|
const CoursePage = () => {
|
||||||
const params = useParams();
|
const params = useParams();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user