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
Rock Zhang
9 years ago
Commit
510b8ff59652e171e37749b2d3fec91aed3ef722
1 parent
d2309b46
修改频道页侧边栏中逛的数据也为后台可配置
Code Review By Rock Zhang
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
yohobuy/m.yohobuy.com/application/models/Index/Side.php
yohobuy/m.yohobuy.com/application/models/Index/Side.php
View file @
510b8ff
...
...
@@ -52,9 +52,9 @@ class SideModel
}
// 逛的按照原来的做法,使用配置
if
(
$value
[
'sort_name_en'
]
===
'TRENDFINDER'
)
{
/*
if ($value['sort_name_en'] === 'TRENDFINDER') {
continue;
}
}
*/
$group
[
$groupKey
]
=
self
::
formatSideItem
(
$value
);
// 如果存在子菜单,就输出子菜单
...
...
@@ -95,7 +95,7 @@ class SideModel
}
// 追加逛的子分类数据
$result
[]
=
self
::
genLeftNavGuang
(
$guangChoosed
);
//
$result[] = self::genLeftNavGuang($guangChoosed);
return
$result
;
}
...
...
Please
register
or
login
to post a comment