2017-06-29 36 views

回答

4

你忘記返回

export function getAll(id){ 
    return all([getOne(id), getTwo(id)]); 
} 
相關問題