Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
e992e267e5820777abd5ceba47a2e60943fbbcc9
1 parent
dc760085
购物车功能
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
static/js/shopping-cart/good.js
static/js/shopping-cart/good.js
View file @
e992e26
...
...
@@ -78,6 +78,7 @@ $('.cart-goods').on('touchstart', '.checkbox', function() {
tip
.
show
(
'网络错误'
);
});
}).
on
(
'touchstart'
,
'.icon-edit'
,
function
()
{
//var $this = $(this);
//
//var $cartgood = $this.closest('.shopping-cart-good');
...
...
@@ -168,7 +169,7 @@ $('.cart-goods').on('touchstart', '.checkbox', function() {
$
(
'.btn-balance'
).
on
(
'touchend'
,
function
()
{
window
.
location
.
href
=
'/shoppingCart/orderEnsure?cartType='
+
'ordinary'
;
window
.
location
.
href
=
'/shoppingCart/orderEnsure?cartType='
+
'ordinary'
;
});
$
(
'.down'
).
on
(
'touchend'
,
function
()
{
...
...
Please
register
or
login
to post a comment