Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
Plain Diff
Browse Files
Authored by
梁志锋
2016-03-11 21:00:45 +0800
Commit
c7fcd39f5d06761bfd32a3dcc1c302beb84d13ff
2 parents
f2acac1e
a1d6669b
Merge remote-tracking branch 'remotes/origin/develop/wap' into stable/wap
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
yohobuy/m.yohobuy.com/application/models/Category/Class.php
yohobuy/m.yohobuy.com/application/models/Category/Class.php
View file @
c7fcd39
...
...
@@ -64,6 +64,10 @@ class ClassModel
'gender'
=>
$genderArr
[
$k
]),
'list'
)
);
if
(
!
isset
(
$val
[
'sub'
]))
{
continue
;
}
$subitem
=
array
();
foreach
(
$val
[
'sub'
]
as
$value
)
{
$subitem
=
array
();
...
...
Please
register
or
login
to post a comment