From 7bb75b28c2c0acfbd7b2d26d5632e83bbf2ebc77 Mon Sep 17 00:00:00 2001 From: kylin L <452061493@qq.com> Date: Wed, 6 Mar 2024 09:49:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BC=94=E7=BB=83=E5=9B=9E=E9=A1=BE,=20?= =?UTF-8?q?=E8=A7=86=E9=A2=91=E7=BB=93=E7=AE=97=E6=97=B6=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E5=8B=8B=E7=AB=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/question.js | 2 +- components/s-video/res-s-video.vue | 58 ++++++++--- components/s-video/s-video.vue | 153 ++++++++++++++++++----------- subpkg/complete/complete.vue | 10 ++ subpkg/medal/medal.vue | 4 +- subpkg/respractice/respractice.vue | 1 - subpkg/role/role.vue | 4 +- 7 files changed, 154 insertions(+), 78 deletions(-) diff --git a/api/question.js b/api/question.js index ecc8725..9062c34 100755 --- a/api/question.js +++ b/api/question.js @@ -39,7 +39,7 @@ export const getAnswerByFreId = (data) => { /** 获取答题顺序 */ export const queryQAByFreId = (data) => { return $http({ - method: 'POST', + method: 'GET', url: 'small/questionAnswer/queryQAByFreId/'+data }) } \ No newline at end of file diff --git a/components/s-video/res-s-video.vue b/components/s-video/res-s-video.vue index 82c9ae9..3025aae 100644 --- a/components/s-video/res-s-video.vue +++ b/components/s-video/res-s-video.vue @@ -1,7 +1,7 @@