mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-07 18:06:44 +08:00
考试完成判断
This commit is contained in:
@@ -589,7 +589,7 @@ export default {
|
||||
console.log("获取数据结果 考试 res ==>",res)
|
||||
this.records.push(res.result);
|
||||
//TODO 评分更改 最终完成
|
||||
if(res.result.scope > res.result.passLine){
|
||||
if(res.result.score > res.result.passLine){
|
||||
this.content.status=9;//表已学习完,判断上级的章是否已完成
|
||||
}else{
|
||||
this.content.status=1;
|
||||
|
||||
Reference in New Issue
Block a user