Authored by caoyan

VIP及变价优化

... ... @@ -685,7 +685,7 @@ $(document).on('click', '.modify-btn', function() {
$submitBtn = $wrap.find('.sure-modify'),
$planId = $wrap.find('.plan-id'),
$expectGrossProfitRate = $wrap.find('.expect_gross_profit_rate');
$select.val(data.vip_discount_type);
// $select.val(data.vip_discount_type);
// vipPrice($wrap);
// $select.on('change', function() {
... ...