src/components/Subjects/Choices/index.vue
@@ -57,16 +57,11 @@ this.subjectInfo = subject if (subject.hasOwnProperty('examSubjectOptions')) { this.options = subject.examSubjectOptions console.log(this.options) } if (subject.hasOwnProperty('answer')) { console.log(subject.answer); this.setAnswer(subject.answer) } this.index = index + '.' console.log(subject, subjectCount, index, this.options, 5656565656) }, getSubjectInfo () { this.subjectInfo.options = this.options