From 91334bfffe495d1ed331e8bc3d996c5def24946f Mon Sep 17 00:00:00 2001 From: zengchaoxin Date: Mon, 21 Oct 2019 17:06:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9B=B4=E6=94=B9=E8=BD=A6?= =?UTF-8?q?=E8=88=B9=E7=A8=8E=E6=97=B6=EF=BC=8C=E6=B2=A1=E6=B3=95=E5=8F=82?= =?UTF-8?q?=E4=B8=8E=E8=AE=A1=E7=AE=97BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/views/car/order-add.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/views/car/order-add.php b/frontend/views/car/order-add.php index b546522..43e2c26 100644 --- a/frontend/views/car/order-add.php +++ b/frontend/views/car/order-add.php @@ -535,7 +535,9 @@ use common\models\PriceT; $('#yuangong_money').blur(function(){ calc(); }); - + $('#total3').blur(function(){ + calc(); + }); //生成短信内容 $('.sms-make-btn').click(function(){ var params = $('#orderFrm').serialize();