feat: 课程学习记录
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user