update entry/src/main/ets/pages/DownSamplePage.ets.
Signed-off-by: 田双明 <tianshuangming@h-partners.com>
This commit is contained in:
parent
f351c71541
commit
b9365b49f4
|
@ -132,8 +132,8 @@ struct DownSamplePage {
|
|||
decodingOptions = {
|
||||
editable: true,
|
||||
desiredSize: {
|
||||
width: reqSize.targetWidth,
|
||||
height: reqSize.targetHeight
|
||||
width: reqSize.width,
|
||||
height: reqSize.height
|
||||
}
|
||||
}
|
||||
// 创建pixelMap
|
||||
|
|
Loading…
Reference in New Issue