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
Plain Diff
Browse Files
Authored by
whb
2016-01-26 22:12:28 +0800
Commit
55ffddc08cbb1ce71b8fadbddf98c8073fada0c7
2 parents
05f4b813
67bbced9
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
library/WebPlugin/HelperSearch.php
library/WebPlugin/HelperSearch.php
View file @
55ffddc
...
...
@@ -1027,13 +1027,13 @@ class HelperSearch
'order' => 'p_d_asc'
)));
$active
= '';
$desc
=
true
;
$desc
=
''
;
}
else if (self::
$params['order']
== 'p_d_asc') {
$url
= self::buildUrl(array_merge(
$params
, array(
'order' => 'p_d_desc'
)));
$desc
=
fals
e;
$desc
=
tru
e;
$active
= true;
}
else {
...
...
Please
register
or
login
to post a comment