Commit 2cc3f234 by 朱继来

Merge branch 'zjl_adjust_20180925' into development

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