Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yangyang
9 years ago
Commit
984d0b7a68d6034dbd282531a57e411aebbc0c85
1 parent
94704f2e
修改yohood地址为写死的
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
yohobuy/m.yohobuy.com/application/models/Index/Home.php
yohobuy/m.yohobuy.com/application/models/Index/Home.php
View file @
984d0b7
...
...
@@ -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
;
...
...
Please
register
or
login
to post a comment