闫增涛
2024-12-31 a8da6c44895f90bc6d33df129bccd424bf73be3e
src/assets/methods/examination.js
@@ -261,6 +261,7 @@
  .catch(() => {
    console.log('获取收藏报错');
  })
  console.log('收藏数据',allCollect.find(item => item.type == 'bits').collectList)
  return allCollect.find(item => item.type == 'bits').collectList
}
const getQuestionData = async (chapter, chapterData, activeBook) => {