Commit b653ad4f by 陈超

T

parent 0d3ba68a
......@@ -226,8 +226,7 @@
}, 'json');
},
onRead: function(r) {
console.log(core)
core.plugInit('uploadFile', r.file, function (data) {
core.plugInit('uploadFile', function (data) {
let picurl = data.save_path + data.save_name;
console.log(data)
}, 'image');
......
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