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
周少峰
9 years ago
Commit
6186965207cdd82e4bd91b839ad2f1af0b3cdf42
1 parent
bfe2115a
rec brand ico
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/models/Category/Brand.php
yohobuy/m.yohobuy.com/application/models/Category/Brand.php
View file @
6186965
...
...
@@ -131,7 +131,7 @@ class BrandModel
foreach
(
$brand
[
'brandList'
][
'hot_list'
]
as
$newBrand
)
{
$brandInfo
=
array
();
$brandInfo
[
'url'
]
=
Helpers
::
url
(
''
,
null
,
$newBrand
[
'brand_domain'
]);
$brandInfo
[
'img'
]
=
Helpers
::
getImageUrl
(
$newBrand
[
'brand_ico'
],
200
,
200
);
$brandInfo
[
'img'
]
=
Helpers
::
getImageUrl
(
$newBrand
[
'brand_ico'
],
186
,
115
);
$brandInfo
[
'brandName'
]
=
$newBrand
[
'brand_name'
];
$result
[
'recommandBrandWall'
][
'list'
][]
=
$brandInfo
;
}
...
...
Please
register
or
login
to post a comment