Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2016-08-06 15:40:44 +0800
Commit
acc1256e39d1f5a309cc9d56ae2b2f5adb036f8b
1 parent
9707235a
购物袋浮动刷新
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
public/js/common/header.js
public/js/common/header.js
View file @
acc1256
...
...
@@ -91,6 +91,10 @@ $('.yoho-group a').hover(function() {
$
(
this
).
text
(
data
.
en
);
});
$
(
'.tag-bag'
).
hover
(
function
()
{
refreshBag
();
});
$bagGoodsList
.
on
(
'click'
,
'.del-good-btn'
,
function
()
{
var
$this
=
$
(
this
),
data
=
$this
.
data
();
...
...
Please
register
or
login
to post a comment