WK Kwok

Results 1 comments of WK Kwok

@hyj1991 你的普通函数沒有 return 將 next().then(data=>console.log(2)); 改為 return next().then(data => console.log(2)) 應該就無問題了