Commit 50b4b166 authored by chenzihui's avatar chenzihui

完成

parent c214bf42
......@@ -520,6 +520,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
this.showWhiteNode();
window['courseware'].stopTest((res) =>{
res = JSON.parse(res);
if (res.result && res.result.overall >= 80) {
this.reviewSuccess();
} else {
......
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