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
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
f5bd151a17898e33eae7c3c866dfa2d0601eca1e
2 parents
32ad48fd
a1f5af61
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
static/js/cart/good.js
static/js/cart/good.js
View file @
f5bd151
...
...
@@ -75,7 +75,9 @@ $('.cart-goods').on('touchstart', '.checkbox', function() {
},
function
()
{
tip
.
show
(
'网络异常'
);
});
}).
on
(
'touchstart'
,
'.icon-del'
,
function
(
e
)
{
});
$
(
'.icon-del'
).
on
(
'touchstart'
,
function
(
e
)
{
var
$this
=
$
(
this
);
e
.
stopPropagation
();
...
...
@@ -112,6 +114,7 @@ $('.cart-goods').on('touchstart', '.checkbox', function() {
}
},
function
()
{
tip
.
show
(
'网络异常'
);
window
.
location
.
reload
();
});
});
});
...
...
Please
register
or
login
to post a comment