zhongshujie
2024-12-30 009933dde9463595cd759e539c94f3ab2e175dfc
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) => {