Commit 1fedd3bf by 陈超

T

parent 76971faa
......@@ -226,6 +226,9 @@
}, 'json');
},
onRead: function(r) {
if ("undefined" != typeof (core.uploadFile)) {
core.uploadFile.filehash = new Array();
}
core.plugInit('uploadFile', {}, function (data) {
let picurl = data.save_path + data.save_name;
console.log(data)
......
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