Commit e2a1b7c0 authored by 黄广星's avatar 黄广星

测试

parent 5b2586cb
...@@ -37,6 +37,7 @@ exports.loadLevel=function(ent_code,items,callback){ ...@@ -37,6 +37,7 @@ exports.loadLevel=function(ent_code,items,callback){
} }
}, function(e, r, body) { }, function(e, r, body) {
if (body && body.data) { if (body && body.data) {
console.log(body.data);
_.forEach(items, function(d, i) { _.forEach(items, function(d, i) {
if (items[i].toObject) { if (items[i].toObject) {
items[i] = items[i].toObject(); items[i] = items[i].toObject();
......
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