diff --git a/features/longList/src/main/ets/view/WaterFlowView.ets b/features/longList/src/main/ets/view/WaterFlowView.ets index 552103aef276c14ace3cd95560cf139dea5ddee0..fa89bcc91d96ed1498adaa4e446e8714b7503e51 100644 --- a/features/longList/src/main/ets/view/WaterFlowView.ets +++ b/features/longList/src/main/ets/view/WaterFlowView.ets @@ -126,7 +126,11 @@ export struct WaterFlowView { Column({ space: CommonConstants.SPACE_EIGHT }) { Column() { // [Start water_flow] - WaterFlow({ footer: this.footStyle, scroller: this.waterFlowScroller }) { + WaterFlow( + // [StartExclude water_flow] + { footer: this.footStyle, scroller: this.waterFlowScroller } + // [EndExclude water_flow] + ) { // [StartExclude water_flow] LazyForEach(this.waterFlowListData.getData(), (item: WaterFlowData, index: number) => { FlowItem() {