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
f7c981e053f3ac2cd67bd309b6d39a39b8eb1367
1 parent
f962bac7
test bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
static/js/category/brand.js
static/js/category/brand.js
View file @
f7c981e
...
...
@@ -331,10 +331,10 @@ if ($('.brand-search-page').length > 0) {
brandsData
=
$
.
parseJSON
(
$
(
'#brands-data'
).
html
());
$keyword
=
$
(
'#keyword'
);
$keyword
.
on
(
'input'
,
function
()
{
searchInput
();
}).
focus
();
//$keyword.on('input', function() {
// searchInput();
//
//}).focus();
// 2016.1.13 产品(高扬)要求进入页面默认显示取消按钮
$icon
.
css
(
'color'
,
'#444'
);
...
...
Please
register
or
login
to post a comment