Merge branch 'test' of https://git.code.tencent.com/lian-cbtc/jl-client into test
This commit is contained in:
commit
ae083cb20d
@ -354,7 +354,7 @@ export default {
|
|||||||
localLessonPassRate: Math.round(localLessonPassRate * 10) / 10,
|
localLessonPassRate: Math.round(localLessonPassRate * 10) / 10,
|
||||||
centerExamSocreRadio: Math.round(centerExamSocreRadio * 10) / 10,
|
centerExamSocreRadio: Math.round(centerExamSocreRadio * 10) / 10,
|
||||||
centerLessonPassRate: Math.round(centerLessonPassRate * 10) / 10,
|
centerLessonPassRate: Math.round(centerLessonPassRate * 10) / 10,
|
||||||
totolScore: Math.round(totolScore) / 100
|
totolScore: Math.round(totolScore / 10) / 10
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}).catch(() =>{
|
}).catch(() =>{
|
||||||
|
Loading…
Reference in New Issue
Block a user