2017-02-17 85 views

回答

3

使用.findOne()和限制返回的鍵:

fullname(){ 
    return Meteor.users.findOne(Meteor.userId(),{fields: {currentName: 1}}).currentName; 
}, 
相關問題