zhongshujie
2025-06-11 6501ef9497ac80bdbb8601a856d8130a8d867062
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];