diff --git a/api/video/index.js b/api/video/index.js new file mode 100644 index 0000000..841d906 --- /dev/null +++ b/api/video/index.js @@ -0,0 +1,8 @@ +import http from '@/http/http.js' + +//获取短剧视频详情 +export function getVideoDetail(data) { + return http.request({ + url: 'course/courseSets?courseId='+data.courseId, + }) +} \ No newline at end of file diff --git a/components/my-video-list/my-video-list.vue b/components/my-video-list/my-video-list.vue index 96a79a3..9331c85 100644 --- a/components/my-video-list/my-video-list.vue +++ b/components/my-video-list/my-video-list.vue @@ -1,18 +1,24 @@ -