From 05dda2bad2e5041ba6085a25a1c6e6be0942fc50 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 14 Feb 2023 08:55:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/GeneralLawExam.vue | 21 ++++++++------- .../components/OnlineClass.vue | 26 +++++++++---------- 2 files changed, 24 insertions(+), 23 deletions(-) diff --git a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue index 873ad8c..dd86225 100644 --- a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue +++ b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue @@ -7,28 +7,29 @@
全部考试
- -
+
+
+
+
全部课程
@@ -27,7 +27,7 @@ export default { data() { return { current: 1, - keyword: '', + title: '', classList: [], } }, @@ -37,17 +37,17 @@ export default { methods: { getList() { - // this.$instance.post(``, null, { - // params: { - // current: this.current, - // size: 10, - // title: this.title - // } - // }).then(res=> { - // if(res?.data) { - // this.classList = res.data.records - // } - // }) + this.$instance.post(`/app/appcourseinfo/list`, null, { + params: { + current: this.current, + size: 10, + title: this.title + } + }).then(res=> { + if(res?.data) { + this.classList = res.data.records + } + }) }, handleToDetail() { this.$emit('toDetail')