litian
2025-06-04 b3388229a07945c658b1cd7b8ecf2628cfac8a7d
shoucang
1个文件已修改
2 ■■■ 已修改文件
src/components/dialogExaminations/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | 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];