Showing
1 changed file
with
2 additions
and
2 deletions
@@ -100,7 +100,7 @@ class ListProcess | @@ -100,7 +100,7 @@ class ListProcess | ||
100 | $result = array( | 100 | $result = array( |
101 | 'title' => '年龄', | 101 | 'title' => '年龄', |
102 | 'name' => '所有年龄', | 102 | 'name' => '所有年龄', |
103 | - 'sort_col' => 1, | 103 | + 'sort_col' => 2, |
104 | 'dataType' => 'ageLevel', | 104 | 'dataType' => 'ageLevel', |
105 | 'subs' => array( | 105 | 'subs' => array( |
106 | array( | 106 | array( |
@@ -127,7 +127,7 @@ class ListProcess | @@ -127,7 +127,7 @@ class ListProcess | ||
127 | $result = array( | 127 | $result = array( |
128 | 'title' => '品牌', | 128 | 'title' => '品牌', |
129 | 'name' => '所有品牌', | 129 | 'name' => '所有品牌', |
130 | - 'sort_col' => 2, | 130 | + 'sort_col' => 1, |
131 | 'dataType' => 'brand', | 131 | 'dataType' => 'brand', |
132 | 'subs' => array( | 132 | 'subs' => array( |
133 | array( | 133 | array( |
-
Please register or login to post a comment