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
周少峰
2016-06-02 11:42:34 +0800
Commit
fa3bcedc461b9fe58c84e6747b1f69481791cf67
1 parent
973d7e88
change brand history format
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 @
fa3bced
...
...
@@ -203,7 +203,7 @@ class BrandModel
}
}
while
(
false
);
$result
=
array_values
(
$result
);
return
$result
;
return
array
(
'list'
=>
$result
)
;
}
/**
...
...
Please
register
or
login
to post a comment