...
|
...
|
@@ -66,6 +66,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.loadingMask.addClass('hide');
|
|
|
} else {
|
|
|
setTimeout(() => {
|
|
|
this.graphRender();
|
...
|
...
|
|