|
@@ -182,7 +182,7 @@ export default class mainScene extends SGraphyScene {
|
|
|
addImageList(imageList: ImgItemInterface[]): void {
|
|
|
if (imageList && imageList.length) {
|
|
|
imageList.map(t => {
|
|
|
- this.addItem(new SGraphyImgItem(null, t.X, t.Y, t.width, t.height))
|
|
|
+ this.addItem(new SGraphyImgItem(null, t.img, t.X, t.Y, t.width, t.height))
|
|
|
})
|
|
|
}
|
|
|
}
|