Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2017-02-09 18:23:49 +0800
Commit
f27538b851ecb757d869d40e08f622fb80cc6a62
1 parent
c6d061e2
提交订单失败提示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
public/js/cart/ensure.page.js
public/js/cart/ensure.page.js
View file @
f27538b
...
...
@@ -687,6 +687,8 @@ $('#order-submit').click(function() {
}
else
{
location
.
href
=
data
.
data
.
url
;
}
}
else
if
(
data
.
message
)
{
new
dialog
.
Alert
(
data
.
message
).
show
();
}
});
});
...
...
Please
register
or
login
to post a comment