ddd #1

Open
caishi wants to merge 156 commits from master into 3.x
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7101a26267 - Show all commits

View File

@ -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)