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
Rock Zhang
2016-03-11 20:56:58 +0800
Commit
a1d6669b955a1d6e355f926188be47be778d8c82
1 parent
6a2f57a0
添加对分类列表页不存在二级分类时的逻辑验证
Code Review By Rock Zhang
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 @
a1d6669
...
...
@@ -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