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
hf
9 years ago
Commit
3d584db44e6250bb62c55e99c5b9c05bdde6b989
1 parent
871a9f1b
code review by fei.hong: do merge shaofeng.zhou search brand modify logo codes
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
library/WebPlugin/HelperSearch.php
library/WebPlugin/HelperSearch.php
View file @
3d584db
...
...
@@ -4,7 +4,6 @@ namespace WebPlugin;
use
WebPlugin\Paging
;
use
WebPlugin\Helpers
;
use
LibModels\Web\Product\BrandData
;
use
Configs\ChannelConfig
;
use
Index\HomeModel
;
...
...
@@ -1448,7 +1447,7 @@ class HelperSearch
}
}
$shopEntry['home']
=
$url
;
$shopEntry['logo']
= Images::get
SourceUrl(
$shop['brand_ico']
, 'brandLogo');
$shopEntry['logo']
= Images::get
ImageUrl(
$shop['brand_ico']
, 80, 50, 1
, 'brandLogo');
$shopEntry['shopName']
=
$shop['brand_name']
;
$shopEntry['sort']
=
$sort
;
return
$shopEntry
;
...
...
Please
register
or
login
to post a comment