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
Rock Zhang
2016-02-01 13:43:23 +0800
Commit
614c690f2d6f3b1ee573932e93437555a6db8a9b
1 parent
3abb5eea
去除侧边栏数据中定死的逛有关数据
Code Review By Rock Zhang
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/models/Index/Side.php
yohobuy/m.yohobuy.com/application/models/Index/Side.php
View file @
614c690
...
...
@@ -31,7 +31,7 @@ class SideModel
// 先尝试获取一级缓存(master), 有数据则直接返回.
$result
=
Cache
::
get
(
CacheConfig
::
KEY_COMMON_SIDE_NAV
,
'master'
);
if
(
!
empty
(
$result
))
{
$result
[]
=
self
::
genLeftNavGuang
(
$guangChoosed
);
//
$result[] = self::genLeftNavGuang($guangChoosed);
return
$result
;
}
}
...
...
Please
register
or
login
to post a comment