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
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
2016-05-18 18:25:07 +0800
Commit
1a7fb6701a5237c9b3a8dace07b1bfcc8be3c6ad
1 parent
3d24ab95
navs 判断是否为空
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
yohobuy/www.yohobuy.com/application/models/Product/Item.php
yohobuy/www.yohobuy.com/application/models/Product/Item.php
View file @
1a7fb67
...
...
@@ -393,6 +393,9 @@ class ItemModel
Cache
::
set
(
$key
,
$navs
);
}
}
if
(
empty
(
$navs
)
||
!
is_array
(
$navs
))
{
return
array
();
}
return
$navs
;
}
...
...
Please
register
or
login
to post a comment