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
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
9 years ago
Commit
695e94aeb45ff07296f03dc521635df6f469e4e4
1 parent
d05b331a
清空选中失效修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
library/Plugin/HelperSearch.php
library/Plugin/HelperSearch.php
View file @
695e94a
...
...
@@ -941,6 +941,7 @@ class HelperSearch
if (
$data
) {
$result['conditions']
=
$data
;
}
$result['clearUrl']
= self::current();
return
$result
;
}
...
...
@@ -1369,8 +1370,6 @@ class HelperSearch
public static function filter()
{
$result
= array();
//清除选中
$result['checkedConditions']['clearUrl']
= self::current();
//频道
$result['channel']
= array();
//性别
...
...
Please
register
or
login
to post a comment