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
Email Patches
Plain Diff
Browse Files
Authored by
梁志锋
9 years ago
Commit
14e617b0640e60da4129c3e28c3b0ec3b1d75b85
1 parent
0175898e
购物车切换
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/cart/good.js
static/js/cart/good.js
View file @
14e617b
...
...
@@ -106,7 +106,7 @@ $('.cart-goods').on('touchstart', '.checkbox', function() {
});
orderInfo
(
'couponCode'
,
null
);
orderInfo
(
'couponName'
,
null
);
history
.
go
(
0
);
window
.
location
.
href
=
'/cart/index/index?cartType='
+
$
(
'#cartType'
).
val
(
);
}
else
{
tip
.
show
(
data
.
message
);
}
...
...
Please
register
or
login
to post a comment