Commit 11dd7d03 by 朱继来

调整JS

parent c3e5b51b
Showing with 2 additions and 0 deletions
...@@ -994,11 +994,13 @@ ...@@ -994,11 +994,13 @@
if (val == 2) { if (val == 2) {
$('.show-advance-pay').show(); $('.show-advance-pay').show();
$('.show-pay-time').show();
} else if (val == 3) { } else if (val == 3) {
$('.show-advance-pay').hide(); $('.show-advance-pay').hide();
$('.show-pay-time').hide(); $('.show-pay-time').hide();
} else { } else {
$('.show-advance-pay').hide(); $('.show-advance-pay').hide();
$('.show-pay-time').show();
} }
}) })
......
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