diff --git a/frontend/views/car/order-add.php b/frontend/views/car/order-add.php index 95b1713..b546522 100644 --- a/frontend/views/car/order-add.php +++ b/frontend/views/car/order-add.php @@ -345,11 +345,11 @@ use common\models\PriceT; $.post('/marketing-strategy/get-yingxiao', params, function(obj) { if(obj.success) { $('#celuo_id').val(obj.celuo_id); - if(obj.num > 1) { + // if(obj.num > 1) { layer_show('选择策略', '/marketing-strategy/select-fanxian?ids=' + obj.ids); - } else { - selectFanxian(obj.ids); - } + // } else { + // selectFanxian(obj.ids); + // } } else { parent.layer.msg(obj.msg); }