首页 > 其他分享 >egert editor加载网络图片

egert editor加载网络图片

时间:2022-10-11 20:23:37浏览次数:50  
标签:abc img onCheckJumpEventH editor z715 egert 加载

 egret.ImageLoader.crossOrigin = "anonymous";

 

this.abc_img.source="https://readbook.koo6.cn/hanzibao/h5/z715/mh_di_z715.png";
this.abc_img.addEventListener(eui.UIEvent.COMPLETE,this.onCheckJumpEventH,this);

 

 

private onCheckJumpEventH(e): void {
console.log("okHdl")
}

标签:abc,img,onCheckJumpEventH,editor,z715,egert,加载
From: https://www.cnblogs.com/dt1991/p/16782425.html

相关文章