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:13:45 +0800
Commit
7059301c9278060c9516b17476a9aa2f05835f70
1 parent
c04813e4
update for the error msg
Hide 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 @
7059301
...
...
@@ -59,7 +59,7 @@ function cancelOrder(code, onCancel) {
]
}).
show
();
}
else
{
new
_alert
(
'<h1>
出错了!修改失败!
</h1>'
).
show
();
new
_alert
(
'<h1>
'
+
result
.
message
+
'
</h1>'
).
show
();
}
}).
fail
(
function
(
err
)
{
...
...
Please
register
or
login
to post a comment