mirror of
https://gitee.com/openharmony/applications_photos
synced 2024-11-27 09:12:32 +00:00
update entry/src/main/ets/feature/formEditor/view/FormEditorPage.ets.
Signed-off-by: liujuan <liujuan76@h-partners.com>
This commit is contained in:
parent
4d230ce9ce
commit
f5e53f2767
@ -86,7 +86,7 @@ struct FormEditorPage {
|
||||
albumName: this.displayName,
|
||||
currentIndex: this.currentIndex,
|
||||
isShow: this.isShow,
|
||||
formImages: JSON.parse("{ " + image + ": " + this.fd + " }"),
|
||||
formImages: JSON.parse("{ \"" + image + "\": " + this.fd + " }"),
|
||||
uri: (this.fileAsset.uri !== '') ? Constants.ACTION_URI_FORM_ABILITY : Constants.ACTION_URI_FORM_ABILITY_NONE,
|
||||
albumId: this.albumId,
|
||||
currentUri: this.fileAsset.uri
|
||||
|
Loading…
Reference in New Issue
Block a user