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
Plain Diff
Browse Files
Authored by
周少峰
2016-01-14 10:56:41 +0800
Commit
c125e68b3c1ce6c585d720d6df1e9c49cad0acf3
2 parents
b458535c
c15cba86
Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into feature/web-list
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
static/js/cart/order-ensure.js
static/js/cart/order-ensure.js
View file @
c125e68
...
...
@@ -86,6 +86,7 @@ $('.invoice').on('touchend', '.checkbox', function() {
if
(
$this
.
hasClass
(
'icon-checkbox'
))
{
$
(
'.invoice'
).
removeClass
(
'focus'
);
}
return
false
;
});
function
orderCompute
(
firstEnter
)
{
...
...
Please
register
or
login
to post a comment