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];