diff --git a/api/me/me.js b/api/me/me.js new file mode 100644 index 0000000..5019cd4 --- /dev/null +++ b/api/me/me.js @@ -0,0 +1,11 @@ +import http from '@/http/http.js' + +/** + * 获取最近观看 + */ +export const selectByUserId = (data) => { + return http.request({ + url: '/courseCollect/selectByUserId', + data: data + }) +} \ No newline at end of file diff --git a/pages/chasingDrama/index.vue b/pages/chasingDrama/index.vue index 5c9f9ad..b24d9b8 100644 --- a/pages/chasingDrama/index.vue +++ b/pages/chasingDrama/index.vue @@ -104,7 +104,23 @@ - +