Commit 66dcbfb6 authored by strong's avatar strong

Merge branch 'newfunc_1009_memberlevel' into SANDBOX

parents 15a5fea5 e2a1b7c0
...@@ -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