demo报错修改

This commit is contained in:
tsm 2024-04-29 22:39:54 +08:00
parent 4ada45a0ab
commit c1285c6411
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ struct DownsamplingPage {
this.BytesNumber1 = (data.drawPixelMap?.imagePixelMap as PixelMap).getPixelBytesNumber()
return false;
} })
.setImageViewsize({ width: 800, height: 500 })
.setImageViewSize({ width: 800, height: 500 })
.downsampleStrategy(new FitCenter())
ImageKnife?.call(imageKnifeOption);
}