!459 进行12小时稳定性测试,出现jscrash问题

Merge pull request !459 from kejintao/cherry-pick-1712045959
This commit is contained in:
openharmony_ci
2024-04-08 09:35:57 +00:00
committed by Gitee
@@ -84,7 +84,7 @@ export default struct GeneralItem {
itemData: this.itemData
});
if (this.isExpand && this.itemData.actionButtons.length) {
if (this.isExpand && this.itemData.actionButtons?.length) {
ActionComponent({ itemData: this.itemData })
} else {
Blank().height(Layout.ITEM_MARGIN)