Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
7 years ago
Commit
0639a5dd47329136025b23f847de8f7eda05b4e6
1 parent
097ecd5a
goBack
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/activity/grade/detail.js
public/js/activity/grade/detail.js
View file @
0639a5d
...
...
@@ -23,7 +23,7 @@ class GradeDetailPage extends Page {
this
.
eGradeGraph
=
echarts
.
init
(
this
.
view
.
gradeGraph
[
0
]);
this
.
eGradeGraph
.
on
(
'click'
,
this
.
monthDetailInit
.
bind
(
this
));
this
.
view
.
navBack
.
on
(
'click'
,
this
.
b
ack
.
bind
(
this
));
this
.
view
.
navBack
.
on
(
'click'
,
this
.
goB
ack
.
bind
(
this
));
this
.
beforeScroll
=
document
.
body
.
scrollTop
;
this
.
year
=
0
;
...
...
Please
register
or
login
to post a comment