unknown
2024-06-17 304689614daa96595aeeeed8e46e5dfa992ef2df
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
    }
  },
};