...
|
...
|
@@ -345,28 +345,28 @@ class HomeModel |
|
|
$build = array();
|
|
|
switch (intval($value['channel_id'])) {
|
|
|
case 1:
|
|
|
$build['href'] = Helpers::getFilterUrl($value['url']);
|
|
|
$build['href'] = '/boys';
|
|
|
$build['title'] = '男生';
|
|
|
$build['entitle'] = 'BOYS';
|
|
|
break;
|
|
|
case 2:
|
|
|
$build['href'] = Helpers::getFilterUrl($value['url']);
|
|
|
$build['href'] = '/girls';
|
|
|
$build['title'] = '女生';
|
|
|
$build['entitle'] = 'GIRLS';
|
|
|
break;
|
|
|
case 3:
|
|
|
$build['href'] = Helpers::getFilterUrl($value['url']);
|
|
|
$build['href'] = '/kids';
|
|
|
$build['title'] = '潮童';
|
|
|
$build['entitle'] = 'KIDS';
|
|
|
break;
|
|
|
case 4:
|
|
|
$build['href'] = Helpers::getFilterUrl($value['url']);
|
|
|
$build['href'] = '/lifestyle';
|
|
|
$build['title'] = '创意生活';
|
|
|
$build['entitle'] = 'LIFESTYLE';
|
|
|
break;
|
|
|
case 5:
|
|
|
$result['showYohood'] = true;
|
|
|
$result['yohoodHref'] = Helpers::getFilterUrl($value['url']);
|
|
|
$result['yohoodHref'] = 'http://yohood.cn';
|
|
|
break;
|
|
|
default:
|
|
|
continue;
|
...
|
...
|
|