order_823_2

This commit is contained in:
dengbw
2022-08-23 17:17:45 +08:00
parent 4c9ba9c93f
commit d58e1e5347
+1 -1
View File
@@ -133,7 +133,7 @@ class order extends HD_Controller
{
$params = $this->input->get();
$config['brands'] = [1 => '东风ev', 4 => '哪吒', 5 => '零跑'];
$config['bizs'] = [1 => ['biz_name' => '厦门合店', 'type' => 4, 'city_id' => '350200', 'rowspan' => 1]];
$config['bizs'] = [1 => ['biz_name' => '厦门合店', 'type' => 2, 'city_id' => '350200', 'rowspan' => 1]];
$res = $this->common2Select($params, $config);
$this->data['info'] = $res['info'];
$this->data['params'] = $res['params'];