From 3a0545852f6168eeea2a152c02bab166e144530d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=84=86=E7=9A=AE=E9=B8=AD?= <1003092440@qq.com> Date: Mon, 18 Sep 2023 21:42:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/trueTest.vue | 2 +- src/pages/me/info.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/index/trueTest.vue b/src/pages/index/trueTest.vue index 79680ec..9dd1b0f 100644 --- a/src/pages/index/trueTest.vue +++ b/src/pages/index/trueTest.vue @@ -133,7 +133,7 @@ onLoad(option) { this.subject = option.subject || 1 if(option.questionIdList){ - const idList=JSON.parse(op.questionIdList) + const idList=JSON.parse(option.questionIdList) let arr = this[`orderQuestion_subject${this.subject}`].filter(qItem=>idList.includes(qItem.questionId)) this.list = arr.map(it => ({ ...it, diff --git a/src/pages/me/info.vue b/src/pages/me/info.vue index e220123..4aecdae 100644 --- a/src/pages/me/info.vue +++ b/src/pages/me/info.vue @@ -15,7 +15,7 @@ - + -- 2.38.1.windows.1