diff --git a/features/hot/src/main/ets/view/FoundView.ets b/features/hot/src/main/ets/view/FoundView.ets index 4ad606eeb7d577994c8974a44faa69e52cc0ac24..b69991cc7c637d6e9bbd8e70167f85b5cfd608dd 100644 --- a/features/hot/src/main/ets/view/FoundView.ets +++ b/features/hot/src/main/ets/view/FoundView.ets @@ -99,9 +99,9 @@ export struct FoundView { .height($r('app.float.blank_height')) .visibility(this.currentBreakpoint === Breakpoint.BREAKPOINT_LG ? Visibility.Hidden : Visibility.Visible) - // [Start pc] + // [Start foundView] WaterFlow() { - // [StartExclude pc] + // [StartExclude foundView] ForEach(this.cardArrayViewModel.cardArray, (item: CardItem, index: number) => { FlowItem() { Column() { @@ -139,11 +139,11 @@ export struct FoundView { $r('app.float.water_flow_margin') : $r('app.float.zero')) } }, (item: CardItem, index: number) => index + JSON.stringify(item)) - // [EndExclude pc] + // [EndExclude foundView] } .columnsTemplate(this.currentBreakpoint !== Breakpoint.BREAKPOINT_LG ? Common.WATER_FLOW_COLUMNS_TEMPLATE_NORMAL : Common.WATER_FLOW_COLUMNS_TEMPLATE_LG) - // [End pc] + // [End foundView] .backgroundColor(this.currentBreakpoint === Breakpoint.BREAKPOINT_LG ? $r('app.color.water_flow_bgc_lg') : $r('app.color.water_flow_bgc')) .linearGradient({