feat: 课程学习记录

This commit is contained in:
杨航
2025-08-26 17:28:46 +08:00
parent e8251c26e3
commit f114794c22
6 changed files with 1732 additions and 5 deletions
-2
View File
@@ -119,8 +119,6 @@
// result.anserResult
let answerText = props.item?.my_answer || props.item.anserResult || [];
console.log('answerText', props.item.anserResult);
// item_answer 是答题结果,可以是对象 数组 字符串类型
const item_answer = ref(typeof answerText === 'string' ? answerText.split(',') : answerText);
const feedback_click = () => {