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
梁志锋
2016-03-02 11:49:53 +0800
Commit
ed90bf1789bb0c3d7b7cb816c4288ee89e042f08
1 parent
f181d1dc
预售购物车 失效商品的点击效果
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
static/js/cart/cart.js
static/js/cart/cart.js
View file @
ed90bf1
...
...
@@ -217,6 +217,7 @@ $('.btn-balance').on('touchend', function() {
});
$
(
'.off-shell-goods'
).
on
(
'touchstart touchend'
,
function
()
{
tip
.
show
(
'商品已下架'
);
return
false
;
});
...
...
Please
register
or
login
to post a comment