Showing
1 changed file
with
4 additions
and
0 deletions
| @@ -132,6 +132,7 @@ struct MyCollectionListPage { | @@ -132,6 +132,7 @@ struct MyCollectionListPage { | ||
| 132 | // 加载更多 | 132 | // 加载更多 |
| 133 | ListItem() { | 133 | ListItem() { |
| 134 | if (this.browSingModel.hasMore === false) NoMoreLayout() | 134 | if (this.browSingModel.hasMore === false) NoMoreLayout() |
| 135 | + //Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 0, right: 0 }); | ||
| 135 | } | 136 | } |
| 136 | } | 137 | } |
| 137 | .scrollBar(BarState.Off) | 138 | .scrollBar(BarState.Off) |
| @@ -150,15 +151,18 @@ struct MyCollectionListPage { | @@ -150,15 +151,18 @@ struct MyCollectionListPage { | ||
| 150 | } | 151 | } |
| 151 | }) | 152 | }) |
| 152 | .margin({left:16}) | 153 | .margin({left:16}) |
| 154 | + Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }); | ||
| 153 | } | 155 | } |
| 154 | Column() { | 156 | Column() { |
| 155 | BigPicCardComponent({compDTO:new CompDTO,contentDTO:compDTO,pageId:TrackConstants.PageName.My_Collect,pageName:TrackConstants.PageName.My_Collect}) | 157 | BigPicCardComponent({compDTO:new CompDTO,contentDTO:compDTO,pageId:TrackConstants.PageName.My_Collect,pageName:TrackConstants.PageName.My_Collect}) |
| 158 | + Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }); | ||
| 156 | } | 159 | } |
| 157 | }.onVisibleAreaChange([0.0, 1.0], (isVisible: boolean, currentRatio: number) => { | 160 | }.onVisibleAreaChange([0.0, 1.0], (isVisible: boolean, currentRatio: number) => { |
| 158 | if (isVisible) { | 161 | if (isVisible) { |
| 159 | TrackingContent.common(TrackConstants.EventType.Show, TrackConstants.PageName.My_Collect,TrackConstants.PageName.My_Collect, TrackParamConvert.program(compDTO)) | 162 | TrackingContent.common(TrackConstants.EventType.Show, TrackConstants.PageName.My_Collect,TrackConstants.PageName.My_Collect, TrackParamConvert.program(compDTO)) |
| 160 | } | 163 | } |
| 161 | }) | 164 | }) |
| 165 | + | ||
| 162 | } | 166 | } |
| 163 | 167 | ||
| 164 | 168 |
-
Please register or login to post a comment