2016-08-28 47 views
0

如何從meteor.call中返回值。請參閱代碼以獲取更多詳細信息。對象屬性 - 流星調用

highlightStroke: "rgb(15,138,12)", 
data:Meteor.call('dataCallYou', Session.get('areaHome'), function(error,you){ 
     if(_.isEmpty(you)){ 
      you=[0,0,0,0] 
     } 
     }) 

回答