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
毕凯
9 years ago
Commit
397adbd0bb703169a9f87fca3f7b19d76e053867
2 parents
e4287192
bde931fb
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
library/Plugin/HelperSearch.php
web-static/js/product/hotrank.js
yohobuy/www.yohobuy.com/application/models/Product/Search.php
library/Plugin/HelperSearch.php
View file @
397adbd
...
...
@@ -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
;
...
...
web-static/js/product/hotrank.js
View file @
397adbd
...
...
@@ -162,7 +162,7 @@ $('.logo-brand').logoBrand({
$
.
ajax
({
type
:
'GET'
,
dataType
:
'json'
,
url
:
'/product/index/
hotrank/
getdata'
,
url
:
'/product/index/getdata'
,
data
:
param
,
success
:
function
(
res
)
{
var
data
;
...
...
yohobuy/www.yohobuy.com/application/models/Product/Search.php
View file @
397adbd
...
...
@@ -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