Commit 47f6362a by 朱继来

预付款状态下显示定金模块

parent f72917f2
Showing with 1 additions and 0 deletions
...@@ -907,6 +907,7 @@ ...@@ -907,6 +907,7 @@
} else if (orderPayType == 2) { } else if (orderPayType == 2) {
$('.order_advance_pay').attr('checked', true); $('.order_advance_pay').attr('checked', true);
$('.order_advance_pay').parent('label').show(); $('.order_advance_pay').parent('label').show();
$('.show-advance-pay').show(); // 定金模块
} }
} else { } else {
$('.order_all_pay').attr('checked', true); $('.order_all_pay').attr('checked', true);
......
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