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
姜枫
9 years ago
Commit
5b0fe1034a78c30e63cfe749e1c584e8a39dc39b
1 parent
f05533cf
handle merge
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
public/js/product/item.page.js
public/js/product/item.page.js
View file @
5b0fe10
...
...
@@ -160,6 +160,7 @@ $('.size-list').on('click', 'li', function() {
$this
.
addClass
(
'cur'
);
}
});
// 加入购物袋
$addToBag
.
click
(
function
()
{
var
sku
=
getBuyProduct
();
...
...
@@ -180,11 +181,13 @@ $addToBag.click(function() {
});
}
});
// 继续购物
$
(
'#keep-shopping'
).
click
(
function
()
{
$balanceWrapper
.
slideUp
(
SLIDETIME
);
$tradeWrapper
.
slideDown
(
SLIDETIME
);
});
// 商品收藏
$
(
'#collect-product'
).
click
(
function
()
{
var
$this
=
$
(
this
),
...
...
Please
register
or
login
to post a comment