From a3e012698b428e7b9edb6f3a8af1908ae2cfef39 Mon Sep 17 00:00:00 2001 From: zengchaoxin Date: Fri, 18 Oct 2019 03:26:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E7=AE=A1=E9=80=82=E9=85=8D=E5=A4=9A?= =?UTF-8?q?=E5=B0=91=E4=B8=AA=E7=AD=96=E7=95=A5=EF=BC=8C=E5=BF=85=E9=A1=BB?= =?UTF-8?q?=E8=A6=81=E9=80=89=E6=8B=A9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/views/car/order-add.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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); }