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-01-14 10:54:45 +0800
Commit
c15cba86a1d0076e4b299b1c2432a99b29fe1af2
1 parent
bc9bde82
订单确认 点击发票勾选 穿透问题修复
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 @
c15cba8
...
...
@@ -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