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
hf
2016-03-17 20:51:02 +0800
Commit
89fb297572219a669f88baaf7d9c87c45aadc585
1 parent
01eec95e
code review by fei.hong: do fixes bug to product brand shops show images
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
yohobuy/www.yohobuy.com/application/models/Product/Search.php
yohobuy/www.yohobuy.com/application/modules/Product/controllers/Index.php
yohobuy/www.yohobuy.com/application/models/Product/Search.php
View file @
89fb297
...
...
@@ -67,6 +67,7 @@ class SearchModel
'rowNum'
=>
FILTER_VALIDATE_INT
,
'specialsale_id'
=>
FILTER_VALIDATE_INT
,
'new'
=>
FILTER_SANITIZE_STRING
,
'series_id'
=>
FILTER_VALIDATE_INT
,
'page'
=>
FILTER_VALIDATE_INT
),
false
);
//接收高级选项
foreach
(
$_GET
as
$key
=>
$val
)
{
...
...
yohobuy/www.yohobuy.com/application/modules/Product/controllers/Index.php
View file @
89fb297
...
...
@@ -17,7 +17,7 @@ class IndexController extends WebAction
public
function
brandAction
()
{
//品牌域名,没有获取到品牌域名的跳转首页
$domain
=
$this
->
param
(
'named'
);
$domain
=
$this
->
param
(
'named'
,
'ablejeans'
);
if
(
empty
(
$domain
))
{
$this
->
go
(
SITE_MAIN
);
}
...
...
Please
register
or
login
to post a comment