Commit 54d0368c by 陈超

T

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