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
a715938ddbcbf27f51734a21447311ce89c3714b
1 parent
e967584a
改变搜索名
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/category/brand.js
static/js/category/brand.js
View file @
a715938
...
...
@@ -136,7 +136,7 @@ function searchResult() {
// 遍历品牌,进行匹配
$
.
each
(
v
,
function
(
i
,
brand
)
{
if
(
brand
.
n
ame
.
toLowerCase
().
indexOf
(
keyword
)
>
-
1
)
{
if
(
brand
.
searchN
ame
.
toLowerCase
().
indexOf
(
keyword
)
>
-
1
)
{
result
[
k
]
=
result
[
k
]
||
[];
result
[
k
].
push
(
brand
);
}
...
...
Please
register
or
login
to post a comment