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
Plain Diff
Browse Files
Authored by
Rock Zhang
9 years ago
Commit
52c8b8cf2c9799866001b28446fe05b1533e79b6
2 parents
74de3d46
61f9ac7c
Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
library/Plugin/HelperSearch.php
yohobuy/www.yohobuy.com/application/models/Product/Search.php
library/Plugin/HelperSearch.php
View file @
52c8b8c
...
...
@@ -292,7 +292,7 @@ class HelperSearch
{
$result
=
array
();
$options
=
self
::
$options
;
if
(
!
isset
(
$options
[
'controller'
])
||
$options
[
'controller'
]
=
=
'Search'
)
{
if
(
!
isset
(
$options
[
'controller'
])
||
$options
[
'controller'
]
!
=
'Search'
)
{
return
$result
;
}
$params
=
self
::
$params
;
...
...
yohobuy/www.yohobuy.com/application/models/Product/Search.php
View file @
52c8b8c
...
...
@@ -150,7 +150,7 @@ class SearchModel
// 组合搜索折扣区间url
$urlList
[
'discount'
]
=
HelperSearch
::
getDiscountUrl
(
$searchCondition
[
'condition'
]);
// 组合搜索最新上架url
$urlList
[
'recent'
]
=
HelperSearch
::
getRecentShelveUrl
(
$searchCondition
[
'condition'
]);
//
$urlList['recent'] = HelperSearch::getRecentShelveUrl($searchCondition['condition']);
//用户浏览记录
//$urlList['reviewUrl'] = HelperSearch::getReviewUrl($searchCondition['condition']);
...
...
Please
register
or
login
to post a comment