...
|
...
|
@@ -68,12 +68,8 @@ class GradeDetailPage extends Page { |
|
|
this.view.levelStr.text(result.levelStr);
|
|
|
this.eGradeGraph.setOption(graphOptions(result.graphData));
|
|
|
this.view.loadingMask.addClass('hide');
|
|
|
} else if (result.code === 202) {
|
|
|
this.view.loadingLogoText.addClass('hide');
|
|
|
} else {
|
|
|
setTimeout(() => {
|
|
|
this.graphRender();
|
|
|
}, 2000);
|
|
|
this.view.loadingLogoText.addClass('hide');
|
|
|
}
|
|
|
});
|
|
|
}
|
...
|
...
|
|