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
yyq
9 years ago
Commit
7d72c78c637ddd556f1b4d02ed27c029840f05c0
1 parent
c5f2609e
side first
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
yohobuy/www.yohobuy.com/application/models/Product/Shop.php
yohobuy/www.yohobuy.com/application/models/Product/Shop.php
View file @
7d72c78
...
...
@@ -561,12 +561,16 @@ class ShopModel
),
''
),
'title'
=>
$resource
[
'title'
],
'brandName'
=>
$resource
[
'brandName'
],
'cur'
=>
(
$brand
===
strval
(
$resource
[
'id'
]))
);
}
return
array
(
'title'
=>
'品牌集合'
,
'list'
=>
$result
);
return
array
(
'title'
=>
isset
(
$result
[
0
][
'title'
])
?
$result
[
0
][
'title'
]
:
''
,
'list'
=>
$result
);
}
/**
...
...
Please
register
or
login
to post a comment