mirror of
https://gitee.com/openharmony/applications_notes
synced 2024-11-23 07:30:27 +00:00
修复备忘录列表异常 Signed-off-by: nobbo <gaoshang22@huawei.com>
This commit is contained in:
parent
02f7ab595b
commit
57ddb62f37
@ -489,6 +489,7 @@ export struct NoteItemListComp {
|
||||
}
|
||||
.padding({ left: 24, right: 24, bottom: 12 })
|
||||
}
|
||||
.visibility((FolderUtil.getNoteCount(AppStorage.Get('AllNoteArray'), this.selectedFolderData.uuid) == 0) ? Visibility.None : Visibility.Visible)
|
||||
}, noteItem => JSON.stringify(noteItem))
|
||||
}
|
||||
.id(this.isUpdate + '')
|
||||
|
Loading…
Reference in New Issue
Block a user