src/components/matching/matching.vue
@@ -341,13 +341,7 @@ }); } this.isRight = this.areArraysEqual(this.item.userChoise,answerArr) this.item.showAnswer = true // console.log( // "答案", // answerArr, // this.item.userChoise, // this.isRight // ); this.isShowAnswer =true }, // 获取当前页码 handlePage() { @@ -396,6 +390,7 @@ } this.leftArr this.drawing() this.isShowAnswer = false } }, };