Commit 9b31e521 authored by rlgy's avatar rlgy

app上传

parent 8a9bbf4d
...@@ -72,9 +72,9 @@ upload.render({ ...@@ -72,9 +72,9 @@ upload.render({
}, },
done: function (res) { done: function (res) {
layer.msg(res.msg);
if (0 == res.code) { if (0 == res.code) {
$('input[name="download_url"]').val(res.path); $('input[name="download_url"]').val(res.path);
layer.msg(res.msg);
} }
} }
}); });
......
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