diff --git a/frontend/controllers/CarController.php b/frontend/controllers/CarController.php index eb5ccba..45ba09d 100644 --- a/frontend/controllers/CarController.php +++ b/frontend/controllers/CarController.php @@ -770,7 +770,7 @@ class CarController extends BaseController } return MyLib::error3($res->getBody()); } - + public function actionInfo() { $request = Yii::$app->request; diff --git a/frontend/views/car/order-add.php b/frontend/views/car/order-add.php index bb6cfa3..fe8e5b1 100644 --- a/frontend/views/car/order-add.php +++ b/frontend/views/car/order-add.php @@ -202,6 +202,9 @@ use common\models\PriceT; 获取策略 + + 获取算费结果 +
@@ -485,7 +488,7 @@ use common\models\PriceT; }, 'json'); } //算费 - function cal() { + function calInsurance() { var index = parent.layer.load(1, { shade: [0.1,'#fff'] //0.1透明度的白色背景 });