Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
wenjiekong
2016-08-23 09:36:08 +0800
Commit
82906fa65dc1dac9aafe5cde2fec7e41e659afa4
1 parent
637162d2
年份前推8年
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/product/students.page.js
public/js/product/students.page.js
View file @
82906fa
...
...
@@ -403,7 +403,7 @@ $stuYear.on('click', function() {
}
else
{
closeStuSelect
();
$stuYearWrap
.
addClass
(
'active'
);
for
(
i
=
year
-
8
;
i
<=
year
;
i
++
)
{
for
(
i
=
year
-
7
;
i
<=
year
;
i
++
)
{
yearArr
.
push
(
i
);
}
$ul
.
html
(
provFn
({
...
...
Please
register
or
login
to post a comment