litian
2025-06-11 571a6ce30b6602d2cf579c87aee39b4ed85bef8c
src/components/dialogExaminations/index.vue
@@ -858,7 +858,7 @@
    // 题目收藏按钮,收藏和取消同一接口,取消数组减去该项id
    setCollect(num, number) {
      let item = null;
      if (number >=0) {
      if (number >= 0) {
        item = this.cardData[num].infoList[number];
      } else {
        item = this.cardData[num];