修复拨号错误

dev
曾超新 5 years ago
parent 99e3b3db1e
commit 4786519a10
  1. 2
      frontend/controllers/CarController.php

@ -738,7 +738,7 @@ class CarController extends BaseController
->all();
return $this->render('info',[
'user_id' => $my->id,
'user_id' => $this->my->id,
'car_info' => $car_info,
'link_men' => $linkMan_items,
'insurer_type_items' => $insurer_type_items,

Loading…
Cancel
Save