Commit 74dd1f9f authored by 黄奎's avatar 黄奎

页面修改

parent fb44824c
......@@ -445,7 +445,7 @@
this.examNum += x.DetailsList.length;
x.DetailsList.forEach(y => {
if (y.Score) {
this.examScore += parseInt(y.Score);
this.examScore += Number(y.Score);
}
})
}
......
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