Commit 4a691fdc authored by 罗成兵's avatar 罗成兵

获取用户信息

parent 96f118f8
...@@ -268,12 +268,14 @@ ...@@ -268,12 +268,14 @@
} }
loading = false loading = false
}, },
error: function () { error: function (e) {
console.error(e)
layer.open({ layer.open({
type: 1, type: 1,
time: 2, time: 2,
skin: "msg", skin: "msg",
content: "图片上传失败,请稍后重试!" content: e
// content: "图片上传失败,请稍后重试!"
}); });
loading = false loading = false
} }
......
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