Commit 9797e296 authored by 英思-陈欢's avatar 英思-陈欢

修改请求出错提示

parent 3d2de15c
......@@ -52,7 +52,7 @@ class Request {
} else {
xma.showModal({
title: '请求出错',
content: result.data.msg,
content: JSON.stringify(result),//result.data.msg,
showCancel: false,
confirmText: '关闭'
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment