src/components/dialogExaminations/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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];