[]使用Laya.loader.load加载服务上的图片资源,为什么会停顿几秒中才显示

使用Laya.loader.load加载服务上的图片资源,为什么会停顿几秒中才显示
Laya.loader.load("http://www.xxxxxxx.com/gold.png",Laya.Handler.create(this,this.aa));
private aa(){
let img = new Laya.Image("http://www.xxxxxxx.com/gold.png";);
Laya.stage.addChild(img);
}
请问下,这样写有声明不对么 ?
已邀请:

w1114367261

赞同来自:

加载是需要时间的啊,你要在显示时候提前加载就好了

要回复问题请先

商务合作
商务合作