Merge branch 'feture/channel' of http://git.dev.yoho.cn/web/yohobuy into bind
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -27,6 +27,7 @@ class IndexModel | @@ -27,6 +27,7 @@ class IndexModel | ||
27 | switch ($value['channel_id']) { | 27 | switch ($value['channel_id']) { |
28 | case 5: | 28 | case 5: |
29 | $result['showYohood'] = true; | 29 | $result['showYohood'] = true; |
30 | + $result['yohoodHref'] = '/yohood'; | ||
30 | break; | 31 | break; |
31 | case 1: | 32 | case 1: |
32 | $channelList[$key]['href'] = '/boys'; | 33 | $channelList[$key]['href'] = '/boys'; |
-
Please register or login to post a comment