diff --git a/api/common.js b/api/common.js index 9448300..52f9cc2 100644 --- a/api/common.js +++ b/api/common.js @@ -41,6 +41,15 @@ export default { }) }, + //获取课表日历打点信息 + getMonthDate(data) { + let url = `/member/get_month_date` + return http.get(url,data).then(res => { + return res; + }) + }, + + } \ No newline at end of file diff --git a/pages/coach/course/list.vue b/pages/coach/course/list.vue index c70e2d3..3e90bce 100644 --- a/pages/coach/course/list.vue +++ b/pages/coach/course/list.vue @@ -211,6 +211,7 @@