提交 858d493f authored 作者: 王鹏飞's avatar 王鹏飞

fix: 作业分数显示修改

上级 63091371
...@@ -164,7 +164,7 @@ const getCourseAssess = (cid, sid, callback) => { ...@@ -164,7 +164,7 @@ const getCourseAssess = (cid, sid, callback) => {
tempArr.push({ tempArr.push({
name: __.title, name: __.title,
created_time: __.created_time || '暂未提交', created_time: __.created_time || '暂未提交',
score: __.score || '0' score: __.score === null ? '暂无' : __.score
}) })
} }
homewrok.push({ homewrok.push({
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论