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
周少峰
9 years ago
Commit
dd4bf62973fcc7343b0ba18c900cb04ee56cc1f8
1 parent
c0701e78
折扣排序错误
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 @
dd4bf62
...
...
@@ -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