同一个网络图片,第二次加载,模拟器不显示。浏览器正常
cc.loader.load(head, (err, texture)=> {
if (err == null) {
Log.log("load user head success");
this.node.getComponent(cc.Sprite).spriteFrame.setTexture(texture);
}
});


