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
3b2e230a1c4ac7e23c995614a4efac2718d31645
1 parent
4898ab77
搜索提示
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
library/Plugin/HelperSearch.php
yohobuy/www.yohobuy.com/application/models/Product/Search.php
library/Plugin/HelperSearch.php
View file @
3b2e230
...
...
@@ -397,7 +397,7 @@ class HelperSearch
$brandParam
=
$brandIds
;
unset
(
$brandParam
[
$key
]);
$params
[
'brand'
]
=
implode
(
','
,
$brandParam
);
self
::
$selected
[
'brand'
]
[]
=
array
(
self
::
$selected
[
'brand'
]
=
array
(
'name'
=>
$brandAll
[
$val
],
'href'
=>
self
::
buildUrl
(
$params
)
);
...
...
yohobuy/www.yohobuy.com/application/models/Product/Search.php
View file @
3b2e230
...
...
@@ -213,7 +213,8 @@ class SearchModel
*/
public
static
function
getSuggest
(
$query
)
{
$result
=
SearchData
::
getSuggest
();
$param
=
array
();
$result
=
SearchData
::
getSuggest
(
$param
);
return
$result
;
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment