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
梁志锋
2016-02-29 18:41:30 +0800
Commit
964d1d4580e4a17816e8602fa8420a550d9270df
1 parent
d160290a
预售购物车失效商品点击提示 商品已下架。
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
static/js/cart/cart.js
static/js/cart/cart.js
View file @
964d1d4
...
...
@@ -216,6 +216,10 @@ $('.btn-balance').on('touchend', function() {
}
});
$
(
'.off-shell-goods .shopping-cart-good'
).
on
(
'touchend'
,
function
()
{
tip
.
show
(
'商品已下架'
);
});
$
(
'.chose'
).
on
(
'touchend'
,
function
()
{
chosePanel
.
show
();
});
...
...
Please
register
or
login
to post a comment