多选提示调整
This commit is contained in:
parent
b2989b0eb5
commit
ee36444dc7
@ -144,7 +144,7 @@ export default {
|
|||||||
this.index++;
|
this.index++;
|
||||||
this.id = this.idList[this.index];
|
this.id = this.idList[this.index];
|
||||||
} else {
|
} else {
|
||||||
if (this.questionData.type === 'multi') {
|
if (this.questionData.typeString === '多选题') {
|
||||||
const an = this.currentAnswer.split(',');
|
const an = this.currentAnswer.split(',');
|
||||||
if (this.compareArrays(an, this.questionData.answer)) {
|
if (this.compareArrays(an, this.questionData.answer)) {
|
||||||
this.isCorrect = false;
|
this.isCorrect = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user