Showing
1 changed file
with
1 additions
and
1 deletions
@@ -685,7 +685,7 @@ $(document).on('click', '.modify-btn', function() { | @@ -685,7 +685,7 @@ $(document).on('click', '.modify-btn', function() { | ||
685 | $submitBtn = $wrap.find('.sure-modify'), | 685 | $submitBtn = $wrap.find('.sure-modify'), |
686 | $planId = $wrap.find('.plan-id'), | 686 | $planId = $wrap.find('.plan-id'), |
687 | $expectGrossProfitRate = $wrap.find('.expect_gross_profit_rate'); | 687 | $expectGrossProfitRate = $wrap.find('.expect_gross_profit_rate'); |
688 | - $select.val(data.vip_discount_type); | 688 | +// $select.val(data.vip_discount_type); |
689 | 689 | ||
690 | // vipPrice($wrap); | 690 | // vipPrice($wrap); |
691 | // $select.on('change', function() { | 691 | // $select.on('change', function() { |
-
Please register or login to post a comment