Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

babel ES6 中promise this指向问题

$
0
0

想请教下,用babel 处理 Class中 有promise 这种的时候,用lam,和bind方法都无法解决this指向问题。 在上层定义 self=this 可以. class test { construct(){ this.user={ name:‘test’ }; } getInfo(){ promise.then(data=>{ promise2 }).then( this.test() ) ) } test (){ console.log(this.user) } }

一般是怎么处理这种方式的啊,纠结了。


Viewing all articles
Browse latest Browse all 14821

Trending Articles