|
@@ -133,6 +133,7 @@ export class loading_view extends Component {
|
|
|
if(this.m_finish_load_call!=null){
|
|
|
this.m_finish_load_call(this)
|
|
|
}
|
|
|
+ this.unscheduleAllCallbacks()
|
|
|
// this.close() 外部关闭
|
|
|
return;
|
|
|
}
|
|
@@ -143,7 +144,6 @@ export class loading_view extends Component {
|
|
|
public close() {
|
|
|
this.img_ride_bike.getComponent(Animation).stop()
|
|
|
this.node.removeFromParent()
|
|
|
- this.unscheduleAllCallbacks()
|
|
|
}
|
|
|
|
|
|
private initUserData(login_finish_cb){
|