Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
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
郭成尧
2017-09-07 18:40:55 +0800
Commit
7f3af1fa2710f6586938d3ad9c90e13124b91328
2 parents
cc676ffc
897a7e0e
Merge branch 'feature/ordersub' into release/6.0.2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/cart/order-ensure.js
public/js/cart/order-ensure.js
View file @
7f3af1f
...
...
@@ -262,7 +262,7 @@ function submitOrder() {
}
else
if
(
res
.
code
===
409
)
{
richTip
.
show
(
res
.
message
,
res
.
buttons
);
}
else
if
(
res
.
code
===
440
)
{
dialog
.
show
({
dialog
.
show
Dialog
({
dialogText
:
res
.
message
,
hasFooter
:
{
centerBtnText
:
'我知道了'
...
...
Please
register
or
login
to post a comment