Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -310,7 +310,7 @@ export struct SearchResultContentComponent { | @@ -310,7 +310,7 @@ export struct SearchResultContentComponent { | ||
| 310 | Divider().strokeWidth(5).color('#f5f5f5').padding({ left: 0, right: 0 }) | 310 | Divider().strokeWidth(5).color('#f5f5f5').padding({ left: 0, right: 0 }) |
| 311 | } | 311 | } |
| 312 | } else { | 312 | } else { |
| 313 | - if (this.data?.get(index + 1)?.sameContentListSize > 0) { | 313 | + if (this.data?.get(index + 1)?.sameContentListSize > 0 && index !== 0) { |
| 314 | Divider() | 314 | Divider() |
| 315 | .width('100%') | 315 | .width('100%') |
| 316 | .color($r('app.color.color_F5F5F5')) | 316 | .color($r('app.color.color_F5F5F5')) |
-
Please register or login to post a comment