Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
Plain Diff
Browse Files
Authored by
毕凯
2016-01-27 16:06:16 +0800
Commit
76e434f8be975d8f14c5f6b0306aec93bbf6e386
2 parents
22d02670
ca9f5a8a
Merge branch 'feature/wap325' of git.dev.yoho.cn:web/yohobuy into feature/wap325
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
yohobuy/m.yohobuy.com/application/models/Index/Side.php
yohobuy/m.yohobuy.com/application/models/Index/Side.php
View file @
76e434f
...
...
@@ -167,6 +167,9 @@ class SideModel
$result
[
'styleClass'
]
=
strtolower
(
$data
[
'sort_name_en'
]);
$result
[
'url'
]
=
Helpers
::
getFilterUrl
(
$data
[
'sort_url'
]);
$result
[
'img'
]
=
Helpers
::
getImageUrl
(
$data
[
'sort_ico'
],
60
,
60
,
1
);
if
(
isset
(
$data
[
'sort_name_color'
]))
{
$result
[
'color'
]
=
$data
[
'sort_name_color'
];
}
return
$result
;
}
...
...
Please
register
or
login
to post a comment