Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yangyang
9 years ago
Commit
407b6b45ce76442d91368df9d1b23c94cbd10fdf
1 parent
4d64ae2c
修改yohood链接地址
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
yohobuy/m.yohobuy.com/application/models/Index/Home.php
yohobuy/m.yohobuy.com/application/models/Index/Home.php
View file @
407b6b4
...
...
@@ -339,35 +339,34 @@ class HomeModel
}
$data
=
IndexData
::
channelData
();
if
(
!
empty
(
$data
[
'data'
][
'list'
]))
{
$build
=
array
();
foreach
(
$data
[
'data'
][
'list'
]
as
$value
)
{
$build
=
array
();
switch
(
intval
(
$value
[
'channel_id'
]))
{
case
1
:
$build
[
'href'
]
=
'/boys'
;
$build
[
'href'
]
=
Helpers
::
getFilterUrl
(
$value
[
'url'
])
;
$build
[
'title'
]
=
'男生'
;
$build
[
'entitle'
]
=
'BOYS'
;
break
;
case
2
:
$build
[
'href'
]
=
'/girls'
;
$build
[
'href'
]
=
Helpers
::
getFilterUrl
(
$value
[
'url'
])
;
$build
[
'title'
]
=
'女生'
;
$build
[
'entitle'
]
=
'GIRLS'
;
break
;
case
3
:
$build
[
'href'
]
=
'/kids'
;
$build
[
'href'
]
=
Helpers
::
getFilterUrl
(
$value
[
'url'
])
;
$build
[
'title'
]
=
'潮童'
;
$build
[
'entitle'
]
=
'KIDS'
;
break
;
case
4
:
$build
[
'href'
]
=
'/lifestyle'
;
$build
[
'href'
]
=
Helpers
::
getFilterUrl
(
$value
[
'url'
])
;
$build
[
'title'
]
=
'创意生活'
;
$build
[
'entitle'
]
=
'LIFESTYLE'
;
break
;
case
5
:
$result
[
'showYohood'
]
=
true
;
$result
[
'yohoodHref'
]
=
'http://yohood.cn'
;
$result
[
'yohoodHref'
]
=
Helpers
::
getFilterUrl
(
$value
[
'url'
])
;
break
;
default
:
continue
;
...
...
Please
register
or
login
to post a comment