Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
2016-07-29 09:14:10 +0800
Commit
954c24f9ec8db2d16e380b0a3a186678a80a20f5
1 parent
bf7a5b05
update for the error msg
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/me/order/cancel-order.js
public/js/me/order/cancel-order.js
View file @
954c24f
...
...
@@ -59,7 +59,7 @@ function cancelOrder(code, onCancel) {
]
}).
show
();
}
else
{
new
_alert
(
'<h1>'
+
result
.
message
+
'</h1>'
).
show
();
new
_alert
(
'<h1>'
+
result
.
message
+
'</h1>'
).
show
();
}
}).
fail
(
function
(
err
)
{
...
...
Please
register
or
login
to post a comment