求助:this的指向在cc.class里是不是会改变?


是啊,有可能会变

你 this.loginCallBack 后面加 bind(this), 像这样 this.loginCallBack.bind(this) , 然后试试看

1赞