Showing
1 changed file
with
3 additions
and
0 deletions
@@ -441,9 +441,12 @@ class Process | @@ -441,9 +441,12 @@ class Process | ||
441 | && ($data[$key + 2]['template_name'] == 'floor' || | 441 | && ($data[$key + 2]['template_name'] == 'floor' || |
442 | $data[$key + 2]['template_name'] == 'app_icon_list')) | 442 | $data[$key + 2]['template_name'] == 'app_icon_list')) |
443 | { | 443 | { |
444 | + //slider颜色 | ||
445 | + $sliderColor = array('girls' => '#8ae6e0','kids'=>'#7AD3F8','lifestyle'=>'#4e433d', 'boys'=>''); | ||
444 | $result = array( | 446 | $result = array( |
445 | 'preferenceBrands' => array( | 447 | 'preferenceBrands' => array( |
446 | 'name' => '', | 448 | 'name' => '', |
449 | + 'sliderColor'=> $sliderColor[$type], | ||
447 | 'imgBrand' => array(), | 450 | 'imgBrand' => array(), |
448 | 'brandUrl' => '' | 451 | 'brandUrl' => '' |
449 | ) | 452 | ) |
-
Please register or login to post a comment