From 2cb13fc0078071974eb5ee6f225389b854150651 Mon Sep 17 00:00:00 2001 From: zengchaoxin Date: Sat, 16 Nov 2019 22:48:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8A=A5=E9=94=99=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/views/car/order-add.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/views/car/order-add.php b/frontend/views/car/order-add.php index a8fd314..c131a72 100644 --- a/frontend/views/car/order-add.php +++ b/frontend/views/car/order-add.php @@ -487,6 +487,8 @@ use common\models\PriceT; $('#seats').val(obj.data.VehicleItems[0].VehicleSeat); } } + } else { + parent.layer.msg(obj.msg); } }, 'json'); }