去除READ_IMAGEVIDEO和WRITE_IMAGEVIDEO权限以及修复部分heif图无法解码
Signed-off-by: zgf <zenggaofeng2@h-partners.com>
This commit is contained in:
parent
1dee5f345b
commit
7101a26267
|
@ -45,7 +45,7 @@ struct DataShareUriLoadPage {
|
|||
uris = photoSelectResult.photoUris;
|
||||
this.imageKnifeOption1 = {
|
||||
loadSrc: uris[0],
|
||||
placeholderSrc:$r('app.media.loading')
|
||||
placeholderSrc:$r('app.media.icon_loading')
|
||||
}
|
||||
}).margin({ top: 5, left: 3 })
|
||||
ImageKnifeComponent({ imageKnifeOption: this.imageKnifeOption1 }).width(300).height(300)
|
||||
|
|
Loading…
Reference in New Issue