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
uedxwg
9 years ago
Commit
6c00f57bfe912cafdc2011937426ef15f8c88fe7
1 parent
3bf0374b
'购物车商品详情'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
static/js/shopping-cart/good.js
static/js/shopping-cart/good.js
View file @
6c00f57
...
...
@@ -158,18 +158,17 @@ $('.btn-balance').on('touchend', function() {
});
$
(
'.down'
).
on
(
'touchend'
,
function
()
{
chosePanel
.
show
();
chosePanel
.
show
();
});
$
(
'.cut'
).
on
(
'touchend'
,
function
()
{
var
$this
=
$
(
this
),
id
=
$
(
this
).
closest
(
'.shopping-cart-good'
).
data
(
'id'
);
console
.
log
(
id
);
var
id
=
$
(
this
).
closest
(
'.shopping-cart-good'
).
data
(
'id'
);
$
.
ajax
({
type
:
'GET'
,
url
:
'/shoppingCart/modify'
,
data
:
{
old_product_sku
:
id
,
new_product_sku
:
id
,
old_product_sku
:
id
,
new_product_sku
:
id
,
buy_number
:
'0'
,
selected
:
'Y'
},
...
...
Please
register
or
login
to post a comment