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
aecf6df43b46b95362a0882a745e33c7101cb4ff
1 parent
83e6531c
fixes bug to search css style
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
yohobuy/m.yohobuy.com/application/models/Category/Brand.php
yohobuy/m.yohobuy.com/application/models/Category/Brand.php
View file @
aecf6df
...
...
@@ -128,6 +128,10 @@ class BrandModel
$result
=
array
();
// 模板中的使用JS标识
$result
[
'brandPage'
]
=
true
;
// 是否显示app下载浮层标识
$result
[
'showDownloadApp'
]
=
true
;
$result
[
'pageFooter'
]
=
true
;
$brand
=
BrandData
::
getBrandsData
(
$channel
);
if
(
!
empty
(
$brand
[
'data'
][
'brands'
]))
{
$list
=
array
();
...
...
Please
register
or
login
to post a comment