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
540ca076f7046b75b789d1bb015787e05a664669
1 parent
2f53abe9
价格排序
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
library/Plugin/HelperSearch.php
library/Plugin/HelperSearch.php
View file @
540ca07
...
...
@@ -798,7 +798,7 @@ class HelperSearch
'order' => 's_p_asc'
)));
$active
= '';
$desc
=
true
;
$desc
=
''
;
}
else if (self::
$params['order']
== 's_p_asc') {
$url
= self::buildUrl(array_merge(
$params
, array(
...
...
@@ -812,8 +812,8 @@ class HelperSearch
$url
= self::buildUrl(array_merge(
$params
, array(
'order' => 's_p_asc'
)));
$desc
= false;
$active
= true;
$desc
= false;
}
$result
= array(
'name' => '价格',
...
...
Please
register
or
login
to post a comment