Merge branch 'hotfix/back' into 'gray'
Hotfix/back See merge request !1336
Showing
2 changed files
with
3 additions
and
2 deletions
@@ -44,8 +44,9 @@ class GradeDetailPage extends Page { | @@ -44,8 +44,9 @@ class GradeDetailPage extends Page { | ||
44 | 44 | ||
45 | this.eGradeGraph = echarts.init(this.view.gradeGraph[0]); | 45 | this.eGradeGraph = echarts.init(this.view.gradeGraph[0]); |
46 | 46 | ||
47 | + this.view.navBack.on('click', this.goBack.bind(this)); | ||
48 | + | ||
47 | // this.eGradeGraph.on('click', this.monthDetailInit.bind(this)); | 49 | // this.eGradeGraph.on('click', this.monthDetailInit.bind(this)); |
48 | - // this.view.navBack.on('click', this.goBack.bind(this)); | ||
49 | // this.eGradeGraph.on('dataZoom', this.dataZoomEvent.bind(this)); | 50 | // this.eGradeGraph.on('dataZoom', this.dataZoomEvent.bind(this)); |
50 | 51 | ||
51 | this.beforeScroll = document.body.scrollTop; | 52 | this.beforeScroll = document.body.scrollTop; |
-
Please register or login to post a comment