[]通过html的input类型file上传图片,然后通过FileReader获取图片数据之后设置laya的image.skin图片不显示
__proto.uploaderHandler=function (files) {
var self=this; var file=files[0];
var reader=new FileReader();
reader.onload=function () {
this.headIcon.loadImage(this.result); 或者 this.headIcon.skin=this.result;
}
reader.readAsDataURL(file);
}
没有找到相关结果
已邀请:
1 个回复
Monica - 知识达人
赞同来自: