Commit eadc3002 by doszhang

dos

parent b14bac32
...@@ -107,7 +107,7 @@ $(document).ready(function () { ...@@ -107,7 +107,7 @@ $(document).ready(function () {
if(month > yue) if(month > yue)
{ {
$('.n-l').text(count_year - 1); $('.n-l').text(count_year);
} }
else if(month == yue) else if(month == yue)
{ {
...@@ -120,7 +120,7 @@ $(document).ready(function () { ...@@ -120,7 +120,7 @@ $(document).ready(function () {
} }
} }
else { else {
$('.n-l').text(count_year); $('.n-l').text(count_year - 1);
} }
if (window.age == 1) { if (window.age == 1) {
$('.sex').text('男性'); $('.sex').text('男性');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment