Merge remote-tracking branch 'origin/test'
This commit is contained in:
commit
aeb581dced
@ -144,7 +144,7 @@ export default {
|
||||
this.index++;
|
||||
this.id = this.idList[this.index];
|
||||
} else {
|
||||
if (this.questionData.type === 'multi') {
|
||||
if (this.questionData.typeString === '多选题') {
|
||||
const an = this.currentAnswer.split(',');
|
||||
if (this.compareArrays(an, this.questionData.answer)) {
|
||||
this.isCorrect = false;
|
||||
|
Loading…
Reference in New Issue
Block a user