闫增涛
2024-06-25 bdf32ad320fbeb09afeb144cf6f0f0fff314ec0e
src/components/matching/matching.vue
@@ -341,11 +341,13 @@
        const rightIndex = this.question.options.linkValues.findIndex(
          (citem) => citem.oldId == item.oldId
        );
        answerArr.push({
          left: index,
          right: rightIndex,
        });
      }
      console.log(this.question.userChoise,answerArr);
      this.isRight = this.areArraysEqual(this.question.userChoise, answerArr);
      this.isShowAnswer = true;
    },