Commit 69c27097 authored by xieyishang's avatar xieyishang

~~

parent d42c0c12
...@@ -135,7 +135,9 @@ ...@@ -135,7 +135,9 @@
}, },
name: keyname, name: keyname,
success: function(res){ success: function(res){
console.info(res,"res");
if(res.statusCode === 200){ if(res.statusCode === 200){
console.info("JSON.parse(res.data)",JSON.parse(res.data));
_self.value.push(JSON.parse(res.data)) _self.value.push(JSON.parse(res.data))
completeImages ++ completeImages ++
if(_self.showUploadProgress){ if(_self.showUploadProgress){
......
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