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 @@ - +