闫增涛
2024-06-06 c30954de22f1840122c35c7d7c6a5e513b3272c4
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
    }
  },
};