Commit d1ae501e authored by limingzhe's avatar limingzhe

fix: debug

parent 4bb2df93
......@@ -96,7 +96,7 @@ class StudyRecord {
}
}
return totalCount > 0 ? totalScore / totalCount : 0;
return Math.round(totalCount > 0 ? totalScore / totalCount : 0);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment