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
2016-01-12 17:23:40 +0800
Commit
08482c65bdde1276538cb24dec6f875ee6fc0e56
1 parent
10d0e351
去除频道页custom_brands模板类型添加的gender参数
Code Review By Rock Zhang
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
library/Plugin/DataProcess/FloorProcess.php
library/Plugin/DataProcess/FloorProcess.php
View file @
08482c6
...
...
@@ -427,9 +427,9 @@ class FloorProcess
{
// URL附加参数
$param
=
''
;
if
(
isset
(
self
::
$channel
[
$type
]))
{
/*
if (isset(self::$channel[$type])) {
$param = '/?gender=' . self::$channel[$type];
}
}
*/
$result
=
array
();
$result
[
'hotBrandsScroll'
][
'name'
]
=
$data
[
'title'
][
'title'
];
...
...
Please
register
or
login
to post a comment