update entry/src/main/ets/feature/formEditor/view/FormEditorPage.ets.

Signed-off-by: liujuan <liujuan76@h-partners.com>
This commit is contained in:
liujuan 2023-06-09 10:35:58 +00:00 committed by Gitee
parent 4d230ce9ce
commit f5e53f2767
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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