this.update({ “_id” : uid }, {"auth":[]}, function(err,user) { callback(err,user); })
[TypeError: Cannot read property ‘schema’ of undefined]
为什么不能重置auth 字段?
this.update({ “_id” : uid }, {"auth":[]}, function(err,user) { callback(err,user); })
[TypeError: Cannot read property ‘schema’ of undefined]
为什么不能重置auth 字段?