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-01-11 17:30:35 +0800
Commit
3620f14d9c5df2645e0fa06e2170284721d58ed4
1 parent
d1fdc6d9
品牌主页,性别默认未展示全部
Code Review By Rock Zhang
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Index.php
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Index.php
View file @
3620f14
...
...
@@ -194,9 +194,9 @@ class IndexController extends AbstractAction
if
(
isset
(
$condition
[
'gender'
]))
{
$condition
[
'gender'
]
=
rawurldecode
(
$condition
[
'gender'
]);
}
else
{
}
/*
else {
$condition['gender'] = Helpers::getGenderByCookie();
}
}
*/
$data
=
array
();
$data
[
'goodListPage'
]
=
true
;
...
...
Please
register
or
login
to post a comment