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
Plain Diff
Browse Files
Authored by
周少峰
2016-10-27 19:34:28 +0800
Commit
9b01fe35ead1071b3e62c36dbeb101a754c1fd67
2 parents
dd9a02dc
40870067
Merge branch 'hotfix/hotSearch'
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
web-static/js/cart/cart.js
web-static/js/header.js
web-static/js/cart/cart.js
View file @
9b01fe3
...
...
@@ -138,10 +138,10 @@ function scrollToFirst() {
if
(
$selected
.
length
>
0
)
{
$selected
=
$selected
.
eq
(
0
);
}
top
=
$selected
.
offset
().
top
-
36
;
$
(
'html,body'
).
scrollTop
(
top
);
}
return
false
;
}
function
isCheck
(
obj
,
className
)
{
...
...
web-static/js/header.js
View file @
9b01fe3
...
...
@@ -948,7 +948,7 @@ function actionAddKeyWords() {
$querykey
.
css
({
color
:
'#e0e0e0'
});
$querykey
.
val
(
defaultsearch
);
$querykey
.
val
(
defaultsearch
)
.
blur
()
;
$querykey
.
on
(
'focus'
,
function
(
e
)
{
$querykey
.
css
({
color
:
'#000'
...
...
Please
register
or
login
to post a comment