闫增涛
2024-11-19 d8c24a06b3e7844ad65e7c821c022dbb36d29430
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) => {