Commit 0860b58a authored by agping's avatar agping

1

parent 0bd0e7b9
...@@ -387,7 +387,6 @@ ...@@ -387,7 +387,6 @@
.then(function(response) { .then(function(response) {
if(response.data.code == 200&&response.data.data.length!=0) { if(response.data.code == 200&&response.data.data.length!=0) {
var data = response.data.data ; var data = response.data.data ;
console.log(data);
that.getItem = data ; that.getItem = 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