From 6064bebbb8f3954a272d64a14cf906a112ff0a36 Mon Sep 17 00:00:00 2001 From: "OWNEROR-41FNVD0\\lenovo" Date: Tue, 27 May 2025 18:34:15 +0800 Subject: [PATCH] =?UTF-8?q?feat=20(=E6=A0=87=E8=AF=86):=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=20continue-progress=20=E4=BB=93=E5=BA=93=E6=A0=87?= =?UTF-8?q?=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/longList/src/main/ets/view/WaterFlowView.ets | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/features/longList/src/main/ets/view/WaterFlowView.ets b/features/longList/src/main/ets/view/WaterFlowView.ets index 552103a..fa89bcc 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() { -- Gitee