order_823_2
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user