Showing
1 changed file
with
1 additions
and
1 deletions
@@ -403,7 +403,7 @@ $stuYear.on('click', function() { | @@ -403,7 +403,7 @@ $stuYear.on('click', function() { | ||
403 | } else { | 403 | } else { |
404 | closeStuSelect(); | 404 | closeStuSelect(); |
405 | $stuYearWrap.addClass('active'); | 405 | $stuYearWrap.addClass('active'); |
406 | - for (i = year - 8; i <= year; i++) { | 406 | + for (i = year - 7; i <= year; i++) { |
407 | yearArr.push(i); | 407 | yearArr.push(i); |
408 | } | 408 | } |
409 | $ul.html(provFn({ | 409 | $ul.html(provFn({ |
-
Please register or login to post a comment