From 9ef0ec86f210670dd8638e511418f26296c3897d Mon Sep 17 00:00:00 2001 From: wangdong <1551135706@qq.com> Date: Tue, 26 Mar 2024 16:04:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/learning.js | 8 ++ pages/activity/event.vue | 11 +- pages/activity/index.vue | 2 +- pages/index/index.vue | 6 +- pages/learning/index.vue | 2 +- pages/learningCenter/brushQuestion.vue | 2 +- pages/learningCenter/clockRecord.vue | 122 +++++++++++++++---- pages/learningCenter/components/calendar.vue | 2 +- pages/learningCenter/reciteDetail.vue | 16 ++- pages/my/fileDownload.vue | 6 +- pages/special/grade_list.vue | 31 ++++- pages/special/question_index.vue | 4 +- pages/store/goodsCate.vue | 8 +- pages/topic/question_result.vue | 5 +- pages/topic/question_sheet.vue | 5 +- 15 files changed, 177 insertions(+), 53 deletions(-) diff --git a/api/learning.js b/api/learning.js index f3feb7a..c3faca6 100644 --- a/api/learning.js +++ b/api/learning.js @@ -14,4 +14,12 @@ export function clearanceSubjectChapter(params){ export function specialTestPaper(params){ return http.get("/Topic/specialTestPaper", params) +} + +export function getDateRecordList(params){ + return http.get("/clearance/clockInRecord", params) +} + +export function reciteClock(params){ + return http.get("/clearance/recite", params) } \ No newline at end of file diff --git a/pages/activity/event.vue b/pages/activity/event.vue index ae56576..29e55db 100644 --- a/pages/activity/event.vue +++ b/pages/activity/event.vue @@ -1,6 +1,6 @@