关闭界面 与 跳转场景时候 偶然出现的
Node still marked as running on node destruction! Was base class onExit() called in derived class onExit() implementations?
忘记在覆盖的类方法上加_super() 导致被移出的时候 么有被正常移出。
比如检查你的的onExit:function(){
this._super()//看看这个有没有写
}
关闭界面 与 跳转场景时候 偶然出现的
Node still marked as running on node destruction! Was base class onExit() called in derived class onExit() implementations?
忘记在覆盖的类方法上加_super() 导致被移出的时候 么有被正常移出。
比如检查你的的onExit:function(){
this._super()//看看这个有没有写
}