...
|
...
|
@@ -100,7 +100,7 @@ class ListProcess |
|
|
$result = array(
|
|
|
'title' => '年龄',
|
|
|
'name' => '所有年龄',
|
|
|
'sort_col' => 1,
|
|
|
'sort_col' => 2,
|
|
|
'dataType' => 'ageLevel',
|
|
|
'subs' => array(
|
|
|
array(
|
...
|
...
|
@@ -127,7 +127,7 @@ class ListProcess |
|
|
$result = array(
|
|
|
'title' => '品牌',
|
|
|
'name' => '所有品牌',
|
|
|
'sort_col' => 2,
|
|
|
'sort_col' => 1,
|
|
|
'dataType' => 'brand',
|
|
|
'subs' => array(
|
|
|
array(
|
...
|
...
|
|